Restart PHP-FPM when new packages are installed
parent
bc501c9e25
commit
7727e19da9
|
@ -16,6 +16,7 @@
|
||||||
with_flattened:
|
with_flattened:
|
||||||
- "{{ php_packages }}"
|
- "{{ php_packages }}"
|
||||||
- "{{ php_extra_packages }}"
|
- "{{ php_extra_packages }}"
|
||||||
|
notify: restart php-fpm
|
||||||
|
|
||||||
- name: INCLUDE | PHP-FPM
|
- name: INCLUDE | PHP-FPM
|
||||||
include: fpm.yml
|
include: fpm.yml
|
||||||
|
|
Loading…
Reference in New Issue