site-docker.yml: remove useless condition

If we play site-docker.yml, we are already in a
containerized_deployment. So the condition is not needed.

Signed-off-by: Sébastien Han <seb@redhat.com>
(cherry picked from commit 30cfeb5427)
pull/3069/head
Sébastien Han 2018-08-23 11:28:03 +02:00 committed by mergify[bot]
parent 0725590bb4
commit 0ae7bd4415
1 changed files with 0 additions and 1 deletions

View File

@ -59,7 +59,6 @@
- role: ceph-docker-common - role: ceph-docker-common
tags: [with_pkg, fetch_container_image] tags: [with_pkg, fetch_container_image]
when: when:
- containerized_deployment | bool
- not (is_atomic | bool) - not (is_atomic | bool)
- (not (inventory_hostname in groups.get('clients', [])) or (inventory_hostname == groups.get('clients', [''])|first)) - (not (inventory_hostname in groups.get('clients', [])) or (inventory_hostname == groups.get('clients', [''])|first))