dashboard: remove useless block section

The block section were used with the dashboard_enabled condition when
the code was included in the main playbooks.
Because this condition isn't present in the dashboard playbook anymore
we can remove the block section.

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
(cherry picked from commit cf47594b47)
pull/4539/head
Dimitri Savineau 2019-10-02 14:58:42 -04:00 committed by Guillaume Abrioux
parent afd0670aa2
commit ec1c57f690
1 changed files with 30 additions and 33 deletions

View File

@ -11,7 +11,6 @@
start: "{{ lookup('pipe', 'date +%Y%m%d%H%M%SZ') }}"
tasks:
- block:
- import_role:
name: ceph-defaults
tags: ['ceph_update_config']
@ -44,7 +43,6 @@
start: "{{ lookup('pipe', 'date +%Y%m%d%H%M%SZ') }}"
tasks:
- block:
- import_role:
name: ceph-defaults
tags: ['ceph_update_config']
@ -79,7 +77,6 @@
start: "{{ lookup('pipe', 'date +%Y%m%d%H%M%SZ') }}"
tasks:
- block:
- import_role:
name: ceph-defaults
tags: ['ceph_update_config']