mirror of
				https://gitlab.sectorq.eu/jaydee/ansible.git
				synced 2025-10-30 18:01:11 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			135 B
		
	
	
	
		
			YAML
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			135 B
		
	
	
	
		
			YAML
		
	
	
		
			Executable File
		
	
	
	
	
| ---
 | |
| - name: Start mailu containers 
 | |
|   command: "docker start {{ docker_containers|join(' ') }}"
 | |
|   become: true
 | |
|   ignore_errors: true
 | |
|    | 
