first version
This commit is contained in:
parent
5f33777b80
commit
8e9af2f3e5
20 changed files with 2740 additions and 0 deletions
handlers
4
handlers/main.yml
Normal file
4
handlers/main.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
- name: reload php-fpm
|
||||
systemd:
|
||||
name: 'php{{ phpfpm_version }}-fpm'
|
||||
state: reloaded
|
Loading…
Add table
Add a link
Reference in a new issue