]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
rgw: remove useless condition v3.1.0rc16
authorSébastien Han <seb@redhat.com>
Tue, 7 Aug 2018 12:15:23 +0000 (14:15 +0200)
committerSébastien Han <seb@redhat.com>
Thu, 9 Aug 2018 13:38:17 +0000 (15:38 +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>
(cherry picked from commit 5a89479abe759844eb59bac190105d9ba34ed0b1)

roles/ceph-rgw/tasks/docker/main.yml

index 6a33851f103abafcb6072fed28a3f9b7b7def80f..0928e5739ff221a26e7471d518bfb8a6c135061e 100644 (file)
@@ -1,11 +1,3 @@
 ---
-<<<<<<< HEAD
-- name: include container_env_facts.yml
-  include: container_env_facts.yml
-  when:
-    - containerized_deployment
-
-=======
->>>>>>> 4d64dd46... rgw: ability to use ceph-ansible vars into containers
 - name: include start_docker_rgw.yml
   include: start_docker_rgw.yml