ansible-roles/php-fpm/handlers/main.yml
2017-02-21 12:03:46 +01:00

6 lines
78 B
YAML

---
- name: restart php-fpm
service:
name: php-fpm
state: restarted