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:
Clark Boylan 2022-02-16 15:30:01 -08:00
parent 7dfa0f5fa8
commit 7513b5b74f
1 changed files with 2 additions and 1 deletions

View File

@ -25,6 +25,7 @@
owner: 1000
group: 1000
mode: 0644
notify: Reload haproxy
- name: Ensure docker compose configuration directory
file:
@ -41,8 +42,8 @@
owner: root
group: root
mode: 0644
notify: Reload haproxy
- name: Run docker-compose pull
shell:
cmd: docker-compose pull