initial commit
This commit is contained in:
commit
8e27e10f26
12 changed files with 202 additions and 0 deletions
6
roles/php/handlers/main.yml
Normal file
6
roles/php/handlers/main.yml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
- name: Restart PHP-FPM
|
||||
ansible.builtin.service:
|
||||
name: "php{{ php_version }}-fpm.service"
|
||||
state: restarted
|
||||
...
|
||||
Loading…
Add table
Add a link
Reference in a new issue