glpi-debian/roles/php/handlers/main.yml

7 lines
125 B
YAML
Raw Normal View History

2025-08-21 15:31:19 +02:00
---
- name: Restart PHP-FPM
ansible.builtin.service:
name: "php{{ php_version }}-fpm.service"
state: restarted
...