mirror of
				https://gitlab.sectorq.eu/jaydee/ansible.git
				synced 2025-10-30 18:01:11 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			301 B
		
	
	
	
		
			YAML
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			301 B
		
	
	
	
		
			YAML
		
	
	
		
			Executable File
		
	
	
	
	
| - hosts: containers
 | |
|   name: Stop mailu
 | |
|   ignore_unreachable: false
 | |
|   tasks:
 | |
|     - name: fix permissions
 | |
|       file:
 | |
|         path: /share/docker_data/mailu2/
 | |
|         owner: admin
 | |
|         group: administrators
 | |
|         recurse: yes
 | |
|       become: true
 | |
|       when: inventory_hostname in groups['raspberry'] | 
