mirror of
				https://gitlab.sectorq.eu/jaydee/ansible.git
				synced 2025-10-30 18:01:11 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			253 B
		
	
	
	
		
			YAML
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			253 B
		
	
	
	
		
			YAML
		
	
	
		
			Executable File
		
	
	
	
	
| - hosts: nas
 | |
|   name: Build tasmota
 | |
|   ignore_unreachable: false
 | |
|   tasks:
 | |
|     - name: Build tasmota
 | |
|       ansible.builtin.shell: 
 | |
|         cmd: './compile.sh'
 | |
|         chdir: /share/docker_data/docker-tasmota/
 | |
|       when: inventory_hostname in groups['nas'] | 
