File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1717 ansible.builtin.service :
1818 name : apache2
1919 state : restarted
20+ listen : Restart webserver
2021 when : ansible_facts.services is search("apache2.service")
21- notify :
22- - Restart php-fpm
2322
2423- name : Restart php-fpm
2524 ansible.builtin.service :
2625 name : " {{ ansible_facts.services | select('search', '-fpm.service') | first }}"
2726 state : restarted
27+ listen : Restart webserver
2828 when : ansible_facts.services is search("-fpm.service")
Original file line number Diff line number Diff line change 8888 follow : False
8989 mode : 0777
9090 register : link
91- notify : Restart apache
91+ notify : Restart webserver
9292
9393- name : Link www to current roundcube release public_html directory
9494 ansible.builtin.file :
100100 follow : False
101101 mode : 0777
102102 register : link
103- notify : Restart apache
103+ notify : Restart webserver
104104
105105- name : Ensure roundcube and plugin configs are latest
106106 ansible.builtin.template :
You can’t perform that action at this time.
0 commit comments