fix(php): add missing handlers
This commit is contained in:
parent
7859fe4fbc
commit
7ac004b5d8
1 changed files with 11 additions and 0 deletions
11
roles/php/handlers/main.yml
Normal file
11
roles/php/handlers/main.yml
Normal file
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
|
||||
- name: restart php-fpm
|
||||
ansible.builtin.service:
|
||||
name: "php{{ php_version}}-fpm.service"
|
||||
state: restarted
|
||||
|
||||
- name: restart apache2
|
||||
ansible.builtin.service:
|
||||
name: apache2
|
||||
state: restarted
|
Loading…
Reference in a new issue