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:
yatin 2019-02-25 12:49:40 +05:30
parent 92766d5a69
commit f1e6de3f0e
1 changed files with 1 additions and 1 deletions

View File

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