mirror of https://github.com/ceph/ceph-ansible.git
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
parent
1e5ee54d9d
commit
5be0b7adae
|
@ -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
|
|
@ -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
|
Loading…
Reference in New Issue