mirror of https://github.com/ceph/ceph-ansible.git
lint: trailing whitespace
Fix ansible-lint 201 error:
[201] Trailing whitespace
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit dfc7e6e4bd
)
pull/6166/head
parent
72fc8877cb
commit
ace031e86e
|
@ -1,4 +1,4 @@
|
|||
- name: creates logical volumes for the bucket index or fs journals on a single device.
|
||||
- name: creates logical volumes for the bucket index or fs journals on a single device.
|
||||
become: true
|
||||
hosts: osds
|
||||
|
||||
|
|
|
@ -59,7 +59,7 @@
|
|||
force: yes
|
||||
with_items: "{{ nvme_device_lvs }}"
|
||||
|
||||
- name: tear down any existing hdd data lvs
|
||||
- name: tear down any existing hdd data lvs
|
||||
lvol:
|
||||
lv: "{{ hdd_lv_prefix }}-{{ item.split('/')[-1] }}"
|
||||
vg: "{{ hdd_vg_prefix }}-{{ item.split('/')[-1] }}"
|
||||
|
|
Loading…
Reference in New Issue