From: Guillaume Abrioux Date: Fri, 2 Oct 2020 11:40:31 +0000 (+0200) Subject: lint: trailing whitespace X-Git-Tag: v4.0.42~6 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ace031e86eb5fa6b0c165ee2a63ad4ce8901c1a7;p=ceph-ansible.git lint: trailing whitespace Fix ansible-lint 201 error: [201] Trailing whitespace Signed-off-by: Guillaume Abrioux (cherry picked from commit dfc7e6e4bdd9edf49080b59ff03ac560bd990f86) --- diff --git a/infrastructure-playbooks/lv-create.yml b/infrastructure-playbooks/lv-create.yml index 43c8d9ca5..629c95c18 100644 --- a/infrastructure-playbooks/lv-create.yml +++ b/infrastructure-playbooks/lv-create.yml @@ -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 diff --git a/infrastructure-playbooks/lv-teardown.yml b/infrastructure-playbooks/lv-teardown.yml index 7ba8ae70e..4b2f0e553 100644 --- a/infrastructure-playbooks/lv-teardown.yml +++ b/infrastructure-playbooks/lv-teardown.yml @@ -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] }}"