mirror of https://github.com/ceph/ceph-ansible.git
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
parent
0725590bb4
commit
0ae7bd4415
|
@ -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))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue