Merge "Fix the failure condition for HAproxy chgrp script"
This commit is contained in:
commit
8ef66366de
@ -184,6 +184,7 @@ outputs:
|
||||
{{ container_cli }} kill --signal=HUP {{ item }}
|
||||
register: container_kill_result
|
||||
failed_when:
|
||||
- container_kill_result.rc != 0
|
||||
- ("no such container" not in container_kill_result.stderr)
|
||||
- ("container state improper" not in container_kill_result.stderr)
|
||||
with_items: "{{ container_id.stdout.split('\n') }}"
|
||||
|
Loading…
Reference in New Issue
Block a user