diff --git a/tasks/main.yml b/tasks/main.yml index cead97b..fb9a79e 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -16,6 +16,7 @@ with_flattened: - "{{ php_packages }}" - "{{ php_extra_packages }}" + notify: restart php-fpm - name: INCLUDE | PHP-FPM include: fpm.yml