php/handlers/main.yml

4 lines
80 B
YAML
Raw Permalink Normal View History

2019-04-14 14:49:30 +00:00
---
- name: reload_php_fpm
service: name=php-fpm state=restarted
become: yes