From d209fc9d0211ff36783a0f1065c3fd1cc1c08db2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=A9bastien=20Han?= Date: Tue, 30 Oct 2018 11:55:48 +0100 Subject: [PATCH] lint yaml MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Fix [error] too many blank lines (1 > 0) (empty-lines) Signed-off-by: Sébastien Han --- .../installs/configure_debian_repository_installation.yml | 3 +-- roles/ceph-docker-common/tasks/stat_ceph_files.yml | 3 +-- roles/ceph-osd/tasks/openstack_config.yml | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/roles/ceph-common/tasks/installs/configure_debian_repository_installation.yml b/roles/ceph-common/tasks/installs/configure_debian_repository_installation.yml index 59e6aa2f3..27300ad7f 100644 --- a/roles/ceph-common/tasks/installs/configure_debian_repository_installation.yml +++ b/roles/ceph-common/tasks/installs/configure_debian_repository_installation.yml @@ -22,5 +22,4 @@ - name: include debian_uca_repository.yml include_tasks: debian_uca_repository.yml when: - - ceph_repository == 'uca' - + - ceph_repository == 'uca' \ No newline at end of file diff --git a/roles/ceph-docker-common/tasks/stat_ceph_files.yml b/roles/ceph-docker-common/tasks/stat_ceph_files.yml index c92315592..16f4d62ea 100644 --- a/roles/ceph-docker-common/tasks/stat_ceph_files.yml +++ b/roles/ceph-docker-common/tasks/stat_ceph_files.yml @@ -36,5 +36,4 @@ become: false failed_when: false register: statconfig - check_mode: no - + check_mode: no \ No newline at end of file diff --git a/roles/ceph-osd/tasks/openstack_config.yml b/roles/ceph-osd/tasks/openstack_config.yml index 052345aef..71322d7b3 100644 --- a/roles/ceph-osd/tasks/openstack_config.yml +++ b/roles/ceph-osd/tasks/openstack_config.yml @@ -92,5 +92,4 @@ when: - cephx - openstack_config - - item.0 != groups[mon_group_name] - + - item.0 != groups[mon_group_name] \ No newline at end of file -- 2.39.5