php/handlers/main.yml
2019-04-14 16:49:30 +02:00

4 lines
80 B
YAML

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