php/handlers/main.yml

6 lines
104 B
YAML
Raw Normal View History

2024-12-17 18:10:38 +01:00
---
- name: restart php-fpm
systemd_service:
name: php{{ php_version }}-fpm
state: restarted