From 30cfeb5427535cd8dc98370ee33205be3b67bde0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=A9bastien=20Han?= Date: Thu, 23 Aug 2018 11:28:03 +0200 Subject: [PATCH] site-docker.yml: remove useless condition MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- site-docker.yml.sample | 1 - 1 file changed, 1 deletion(-) diff --git a/site-docker.yml.sample b/site-docker.yml.sample index a76d1e7b4..50af3b46d 100644 --- a/site-docker.yml.sample +++ b/site-docker.yml.sample @@ -57,7 +57,6 @@ - role: ceph-docker-common tags: [with_pkg, fetch_container_image] when: - - containerized_deployment | bool - not (is_atomic | bool) - (not (inventory_hostname in groups.get('clients', [])) or (inventory_hostname == groups.get('clients', [''])|first)) -- 2.39.5