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
Sébastien Han 2018-08-07 14:15:23 +02:00 committed by Guillaume Abrioux
parent a46025820d
commit 5a89479abe
1 changed files with 0 additions and 2 deletions

View 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