Merge "Reload haproxy when its config updates"

This commit is contained in:
Zuul 2022-02-17 19:25:25 +00:00 committed by Gerrit Code Review
commit eb7c02e823

View File

@ -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