From ace031e86eb5fa6b0c165ee2a63ad4ce8901c1a7 Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Fri, 2 Oct 2020 13:40:31 +0200 Subject: [PATCH] lint: trailing whitespace Fix ansible-lint 201 error: [201] Trailing whitespace Signed-off-by: Guillaume Abrioux (cherry picked from commit dfc7e6e4bdd9edf49080b59ff03ac560bd990f86) --- infrastructure-playbooks/lv-create.yml | 2 +- infrastructure-playbooks/lv-teardown.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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] }}"