ansible-php/handlers/main.yml

8 lines
119 B
YAML

---
- name: restart php-fpm
service:
name: '{{ php_fpm_service }}'
state: restarted
when: php_install_fpm