mirror of
				https://github.com/spantaleev/matrix-docker-ansible-deploy.git
				synced 2025-10-31 15:27:56 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			198 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			198 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| ---
 | |
| 
 | |
| - name: Ensure correct ownership of /matrix/awx
 | |
|   shell: chown -R matrix:matrix /matrix/awx
 | |
| 
 | |
| - name: Ensure correct ownership of /matrix/synapse
 | |
|   shell: chown -R matrix:matrix /matrix/synapse
 |