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

View File

@@ -6,7 +6,7 @@
dest: /etc/nginx/conf.d/fastcgi_cache.conf
mode: 0644
notify:
- restart nginx
- Restart nginx
- name: Wordpress cron
ansible.builtin.cron:

View File

@@ -28,4 +28,4 @@
owner: root
group: prosody
notify:
- restart prosody
- Restart prosody