mirror of
				https://github.com/spantaleev/matrix-docker-ansible-deploy.git
				synced 2025-10-31 07:17:57 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			172 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			172 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| ---
 | |
| 
 | |
| - name: Ensure matrix-appservice-double-puppet paths don't exist
 | |
|   ansible.builtin.file:
 | |
|     path: "{{ matrix_appservice_double_puppet_base_path }}"
 | |
|     state: absent
 |