lint yaml: remove blank lines

Fixes : [error] too many blank lines (1 > 0)

Signed-off-by: Sébastien Han <seb@redhat.com>
pull/3289/head
Sébastien Han 2018-10-31 15:52:54 +01:00 committed by mergify[bot]
parent 1e5ee54d9d
commit 5be0b7adae
2 changed files with 2 additions and 4 deletions

View File

@ -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

View File

@ -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