Fix typo in get container_id ansible task
A typo was there in https://review.openstack.org/#/c/638246, this patch fixes it. Change-Id: I6dc4e14c2601db6eef103ece6dd449dd8863705f
This commit is contained in:
parent
92766d5a69
commit
f1e6de3f0e
@ -104,7 +104,7 @@ outputs:
|
||||
|
||||
- name: get container_id
|
||||
when:
|
||||
- docker_state.status.ActiveState == 'active' or container_cli == 'podman
|
||||
- docker_state.status.ActiveState == 'active' or container_cli == 'podman'
|
||||
- attr_cert_path.stat.exists
|
||||
- attr_cert_path.stat.isdir == False
|
||||
command: "{{ container_cli }} ps -q -f name=haproxy"
|
||||
|
Loading…
x
Reference in New Issue
Block a user