mirror of
https://github.com/viq/NewsBlur.git
synced 2025-08-05 16:49:45 +00:00
Switching to dumb command for reloading haproxy. Needs a validate beforehand.
This commit is contained in:
parent
c083efdd11
commit
579f554208
1 changed files with 1 additions and 6 deletions
|
@ -10,10 +10,5 @@
|
||||||
|
|
||||||
- name: reload haproxy configuration
|
- name: reload haproxy configuration
|
||||||
become: yes
|
become: yes
|
||||||
docker_container:
|
command: sudo docker kill --signal HUP haproxy
|
||||||
name: haproxy
|
|
||||||
state: started
|
|
||||||
container_default_behavior: no_defaults
|
|
||||||
force_kill: True
|
|
||||||
kill_signal: HUP
|
|
||||||
listen: reload haproxy
|
listen: reload haproxy
|
||||||
|
|
Loading…
Add table
Reference in a new issue