This commit is contained in:
decentral1se
2022-05-30 09:34:37 +02:00
commit f2506c4203
11 changed files with 252 additions and 0 deletions

6
handlers/main.yml Normal file
View File

@ -0,0 +1,6 @@
---
- name: Reload php-fpm
service:
name: "php{{ php_ver }}-fpm"
state: reloaded