php7/handlers/main.yml

4 lines
81 B
YAML

---
- name: reload_php_fpm
service: name=php-fpm7 state=restarted
become: yes