Reload haproxy when its config updates
Without this our config changes are not applying to the running service until something else reloads or restarts the service. Change-Id: I4df229d1c42f06159a4b320d4b6a07c5239ca111
This commit is contained in:
parent
7dfa0f5fa8
commit
7513b5b74f
@ -25,6 +25,7 @@
|
|||||||
owner: 1000
|
owner: 1000
|
||||||
group: 1000
|
group: 1000
|
||||||
mode: 0644
|
mode: 0644
|
||||||
|
notify: Reload haproxy
|
||||||
|
|
||||||
- name: Ensure docker compose configuration directory
|
- name: Ensure docker compose configuration directory
|
||||||
file:
|
file:
|
||||||
@ -41,8 +42,8 @@
|
|||||||
owner: root
|
owner: root
|
||||||
group: root
|
group: root
|
||||||
mode: 0644
|
mode: 0644
|
||||||
|
|
||||||
notify: Reload haproxy
|
notify: Reload haproxy
|
||||||
|
|
||||||
- name: Run docker-compose pull
|
- name: Run docker-compose pull
|
||||||
shell:
|
shell:
|
||||||
cmd: docker-compose pull
|
cmd: docker-compose pull
|
||||||
|
Loading…
x
Reference in New Issue
Block a user