ansible/roles/php/handlers/main.yml

6 lines
97 B
YAML

---
- name: restart php-fpm
systemd:
name: "php{{ php_version }}-fpm"
state: restarted