5 lines
		
	
	
	
		
			138 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
	
		
			138 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| - name: restart php-fpm
 | |
|   service:
 | |
|     name: 'php-fpm{{ php_version }}'
 | |
|     state: restarted
 | |
|   when: "'handler' not in ansible_skip_tags"
 |