forked from CCCHH/ansible-infra
		
	
		
			
				
	
	
		
			5 lines
		
	
	
	
		
			109 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
	
		
			109 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| ---
 | |
| - name: Restart mosquitto
 | |
|   ansible.builtin.systemd:
 | |
|     service: mosquitto.service
 | |
|     state: restarted
 |