mirror of
https://github.com/viq/NewsBlur.git
synced 2025-04-13 09:38:09 +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
|
||||
become: yes
|
||||
docker_container:
|
||||
name: haproxy
|
||||
state: started
|
||||
container_default_behavior: no_defaults
|
||||
force_kill: True
|
||||
kill_signal: HUP
|
||||
command: sudo docker kill --signal HUP haproxy
|
||||
listen: reload haproxy
|
||||
|
|
Loading…
Add table
Reference in a new issue