forked from CCCHH/ansible-infra
		
	
		
			
				
	
	
		
			5 lines
		
	
	
	
		
			142 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
	
		
			142 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| - name: Restart php-fpm
 | |
|   become: true
 | |
|   ansible.builtin.systemd:
 | |
|     name: "php{{ dokuwiki__php_version }}-fpm.service"
 | |
|     state: restarted
 |