initial commit

This commit is contained in:
2021-10-18 18:03:37 +02:00
commit ddb3a9c856
11 changed files with 209 additions and 0 deletions

6
handlers/main.yml Normal file
View File

@@ -0,0 +1,6 @@
---
# handlers file for php-fpm
- name: restart php-fpm
service:
name: php-fpm
state: restarted