UPDATE
This commit is contained in:
		
							
								
								
									
										18
									
								
								AP4/onfglpi/ansible/roles/glpi/handlers/main.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										18
									
								
								AP4/onfglpi/ansible/roles/glpi/handlers/main.yml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,18 @@
 | 
			
		||||
---
 | 
			
		||||
- name: restart php-fpm
 | 
			
		||||
  service:
 | 
			
		||||
    name: php-fpm
 | 
			
		||||
    state: restarted
 | 
			
		||||
    enabled: yes
 | 
			
		||||
 | 
			
		||||
- name: restart nginx
 | 
			
		||||
  service:
 | 
			
		||||
    name: nginx
 | 
			
		||||
    state : restarted
 | 
			
		||||
    enabled: yes  
 | 
			
		||||
 | 
			
		||||
- name: restart mariadb-server
 | 
			
		||||
  service: 
 | 
			
		||||
    name: mariadb-server
 | 
			
		||||
    state: restarted
 | 
			
		||||
    enabled: yes
 | 
			
		||||
		Reference in New Issue
	
	Block a user