From 5be0b7adae4eedb0882239a589d8d236c84df91c Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=A9bastien=20Han?= Date: Wed, 31 Oct 2018 15:52:54 +0100 Subject: [PATCH] lint yaml: remove blank lines MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Fixes : [error] too many blank lines (1 > 0) Signed-off-by: Sébastien Han --- roles/ceph-common/tasks/installs/debian_custom_repository.yml | 3 +-- roles/ceph-common/tasks/installs/debian_uca_repository.yml | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/roles/ceph-common/tasks/installs/debian_custom_repository.yml b/roles/ceph-common/tasks/installs/debian_custom_repository.yml index d544be19c..9037ea3b0 100644 --- a/roles/ceph-common/tasks/installs/debian_custom_repository.yml +++ b/roles/ceph-common/tasks/installs/debian_custom_repository.yml @@ -4,5 +4,4 @@ repo: "deb {{ ceph_custom_repo }} {{ ansible_lsb.codename }} main" state: present update_cache: no - notify: update apt cache if a repo was added - + notify: update apt cache if a repo was added \ No newline at end of file diff --git a/roles/ceph-common/tasks/installs/debian_uca_repository.yml b/roles/ceph-common/tasks/installs/debian_uca_repository.yml index 2629b47e3..76aea933b 100644 --- a/roles/ceph-common/tasks/installs/debian_uca_repository.yml +++ b/roles/ceph-common/tasks/installs/debian_uca_repository.yml @@ -8,5 +8,4 @@ repo: "deb {{ ceph_stable_repo_uca }} {{ ceph_stable_release_uca }} main" state: present update_cache: no - notify: update apt cache if a repo was added - + notify: update apt cache if a repo was added \ No newline at end of file -- 2.39.5