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
Guillaume Abrioux 2020-10-02 13:40:31 +02:00
parent 72fc8877cb
commit ace031e86e
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -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] }}"