ansible-php/handlers/main.yml

6 lines
101 B
YAML

---
- name: restart php-fpm
action: service name=php5-fpm state=restarted
when: php_install_fpm