fix(php): add missing handlers

This commit is contained in:
s3lph 2023-02-07 09:09:03 +01:00
parent 7859fe4fbc
commit 7ac004b5d8
Signed by: s3lph
GPG key ID: 0AA29A52FB33CFB5

View 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