fix: handlers not called properly
This commit is contained in:
@@ -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
|
||||
|
@@ -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:
|
||||
|
@@ -28,4 +28,4 @@
|
||||
owner: root
|
||||
group: prosody
|
||||
notify:
|
||||
- restart prosody
|
||||
- Restart prosody
|
||||
|
Reference in New Issue
Block a user