Fix some handlers

This commit is contained in:
Emilien Mantel
2022-10-06 14:28:40 +02:00
parent fc04f1e15a
commit 701697984e
2 changed files with 4 additions and 4 deletions

View File

@@ -5,7 +5,7 @@
name: '{{ php_fpm_service }}'
state: restarted
when: php_install_fpm
notify: docker restart php-fpm
notify: Docker restart php-fpm
- name: Docker restart php-fpm
ansible.builtin.command: 'service {{ php_fpm_service }} restart'