fix: handlers not called properly

This commit is contained in:
VC
2024-07-05 11:53:32 +02:00
parent a0eafea5ff
commit 9db9862a2f
3 changed files with 2 additions and 7 deletions

View File

@@ -4,8 +4,3 @@
ansible.builtin.service:
name: nginx
state: restarted
- name: Restart php-fpm
ansible.builtin.service:
name: "php{{ php_version }}-fpm"
state: restarted