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:
|
||||
- Reload s6-rc
|
||||
- Restart HAProxy
|
||||
- Restart HAProxy log
|
||||
|
||||
- name: Generate HAProxy service configuration
|
||||
copy:
|
||||
|
@ -82,6 +83,7 @@
|
|||
notify:
|
||||
- Reload s6-rc
|
||||
- Restart HAProxy
|
||||
- Restart HAProxy log
|
||||
with_items:
|
||||
- name: haproxy/type
|
||||
content: longrun
|
||||
|
|
Loading…
Reference in New Issue