mirror of
				https://gitlab.sectorq.eu/jaydee/ansible.git
				synced 2025-10-30 18:01:11 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			121 B
		
	
	
	
		
			YAML
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			121 B
		
	
	
	
		
			YAML
		
	
	
		
			Executable File
		
	
	
	
	
| - hosts: odroid_master
 | |
|   become: true
 | |
|   tasks:
 | |
|     - name: Uninstall K3S
 | |
|       shell: '/usr/local/bin/k3s-uninstall.sh'
 | |
| 
 | 
