fix: handlers not called properly
This commit is contained in:
@@ -4,8 +4,3 @@
|
|||||||
ansible.builtin.service:
|
ansible.builtin.service:
|
||||||
name: nginx
|
name: nginx
|
||||||
state: restarted
|
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
|
dest: /etc/nginx/conf.d/fastcgi_cache.conf
|
||||||
mode: 0644
|
mode: 0644
|
||||||
notify:
|
notify:
|
||||||
- restart nginx
|
- Restart nginx
|
||||||
|
|
||||||
- name: Wordpress cron
|
- name: Wordpress cron
|
||||||
ansible.builtin.cron:
|
ansible.builtin.cron:
|
||||||
|
@@ -28,4 +28,4 @@
|
|||||||
owner: root
|
owner: root
|
||||||
group: prosody
|
group: prosody
|
||||||
notify:
|
notify:
|
||||||
- restart prosody
|
- Restart prosody
|
||||||
|
Reference in New Issue
Block a user