mirror of
				https://github.com/spantaleev/matrix-docker-ansible-deploy.git
				synced 2025-10-31 15:27:56 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			164 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			164 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| ---
 | |
| 
 | |
| - name: Ensure Matrix services stopped
 | |
|   ansible.builtin.service:
 | |
|     name: "{{ item }}"
 | |
|     state: stopped
 | |
|   with_items: "{{ matrix_systemd_services_list }}"
 |