ansible-roles/php/handlers/main.yml

6 lines
78 B
YAML

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