From: Sébastien Han Date: Tue, 7 Aug 2018 12:15:23 +0000 (+0200) Subject: rgw: remove useless condition X-Git-Tag: v3.2.0beta2~79 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=5a89479abe759844eb59bac190105d9ba34ed0b1;p=ceph-ansible.git rgw: remove useless condition The include does not need a condition on containerized_deployment since we are already in an include than has the same condition. Signed-off-by: Sébastien Han --- diff --git a/roles/ceph-rgw/tasks/docker/main.yml b/roles/ceph-rgw/tasks/docker/main.yml index 4850e4b7c..27f782242 100644 --- a/roles/ceph-rgw/tasks/docker/main.yml +++ b/roles/ceph-rgw/tasks/docker/main.yml @@ -1,8 +1,6 @@ --- - name: include container_env_facts.yml include: container_env_facts.yml - when: - - containerized_deployment - name: include start_docker_rgw.yml include: start_docker_rgw.yml