forked from CCCHH/ansible-infra
		
	
		
			
				
	
	
		
			4 lines
		
	
	
	
		
			87 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
	
		
			87 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| - name: Reload nginx
 | |
|   ansible.builtin.systemd:
 | |
|     service: nginx
 | |
|     state: reloaded
 |