mirror of https://dev.ccchb.de/ccchb/ansible.git
Use correct handlers
This commit is contained in:
parent
964e260a78
commit
925499223e
|
@ -69,6 +69,7 @@
|
||||||
notify:
|
notify:
|
||||||
- Reload s6-rc
|
- Reload s6-rc
|
||||||
- Restart HAProxy
|
- Restart HAProxy
|
||||||
|
- Restart HAProxy log
|
||||||
|
|
||||||
- name: Generate HAProxy service configuration
|
- name: Generate HAProxy service configuration
|
||||||
copy:
|
copy:
|
||||||
|
@ -82,6 +83,7 @@
|
||||||
notify:
|
notify:
|
||||||
- Reload s6-rc
|
- Reload s6-rc
|
||||||
- Restart HAProxy
|
- Restart HAProxy
|
||||||
|
- Restart HAProxy log
|
||||||
with_items:
|
with_items:
|
||||||
- name: haproxy/type
|
- name: haproxy/type
|
||||||
content: longrun
|
content: longrun
|
||||||
|
|
Loading…
Reference in New Issue