]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
lint: trailing whitespace
authorGuillaume Abrioux <gabrioux@redhat.com>
Fri, 2 Oct 2020 11:40:31 +0000 (13:40 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Wed, 16 Dec 2020 13:05:45 +0000 (14:05 +0100)
Fix ansible-lint 201 error:

[201] Trailing whitespace

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit dfc7e6e4bdd9edf49080b59ff03ac560bd990f86)

infrastructure-playbooks/lv-create.yml
infrastructure-playbooks/lv-teardown.yml

index 43c8d9ca5ef5f0b903eeb770310f7ab3209ca7d8..629c95c18f922959cc5cd614c0bba2e38a03f011 100644 (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
 
index 7ba8ae70e4145366c96000ca405b7671b570fd45..4b2f0e55318f74e28a7fa56bdbca59cc1ae1595f 100644 (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] }}"