mirror of https://github.com/ceph/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 <seb@redhat.com>pull/2995/head
parent
a46025820d
commit
5a89479abe
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue