initial commit

This commit is contained in:
Ludovic Cartier
2024-12-17 18:10:38 +01:00
parent c3b1ce9466
commit 486772da13
5 changed files with 60 additions and 0 deletions

5
handlers/main.yml Normal file
View File

@ -0,0 +1,5 @@
---
- name: restart php-fpm
systemd_service:
name: php{{ php_version }}-fpm
state: restarted