ansible-php/handlers/main.yml

6 lines
109 B
YAML

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