Fix followup on refact code (1469)

In addition to 7bb04a5, these lines are no longer needed and can even
cause playbook failures.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
pull/1626/head
Guillaume Abrioux 2017-06-26 15:28:30 +02:00
parent 0c58257004
commit 3dfeffab43
6 changed files with 1 additions and 11 deletions

View File

@ -95,3 +95,4 @@
(inventory_hostname in groups.get('rgws', [])) (inventory_hostname in groups.get('rgws', []))
- include: selinux.yml - include: selinux.yml
when: ansible_os_family == 'RedHat'

View File

@ -2,8 +2,5 @@
# Copy Ceph configs to host # Copy Ceph configs to host
- include: copy_configs.yml - include: copy_configs.yml
- include: selinux.yml
when: ansible_os_family == 'RedHat'
- include: start_docker_nfs.yml - include: start_docker_nfs.yml

View File

@ -1,5 +1,2 @@
--- ---
- include: fetch_configs.yml
when: not containerized_deployment_with_kv
- include: start_docker_osd.yml - include: start_docker_osd.yml

View File

@ -1,4 +1,2 @@
--- ---
- include: fetch_configs.yml
- include: start_docker_rbd_mirror.yml - include: start_docker_rbd_mirror.yml

View File

@ -1,3 +1,2 @@
--- ---
- include: fetch_configs.yml
- include: start_docker_restapi.yml - include: start_docker_restapi.yml

View File

@ -1,6 +1,4 @@
--- ---
- include: fetch_configs.yml
- include: start_docker_rgw.yml - include: start_docker_rgw.yml
- include: copy_configs.yml - include: copy_configs.yml