]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
rgw: remove useless condition
authorSébastien Han <seb@redhat.com>
Tue, 7 Aug 2018 12:15:23 +0000 (14:15 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Thu, 9 Aug 2018 12:13:17 +0000 (14:13 +0200)
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 <seb@redhat.com>
roles/ceph-rgw/tasks/docker/main.yml

index 4850e4b7c792d1aa60d09816af6b6c74bf5ff3f8..27f78224257a67a86994fa75dd2c9efb61808ca4 100644 (file)
@@ -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