From ce66289fed878631f8be102b980001e0226f70b1 Mon Sep 17 00:00:00 2001 From: Jonathan Rosser Date: Thu, 1 Oct 2020 17:15:31 +0100 Subject: [PATCH] Fix more linter errors Seems the files in the tests repo are not all covered by the tests repo lint job Change-Id: Ic3682690793d557305fa59c2d3fa8bc6536375de --- test-setup-swifthosts.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test-setup-swifthosts.yml b/test-setup-swifthosts.yml index 2516c47c..d2e537f5 100644 --- a/test-setup-swifthosts.yml +++ b/test-setup-swifthosts.yml @@ -56,9 +56,9 @@ - 'swift2' - name: Create sparse Swift files - command: "truncate -s 1024G /opt/{{container_name}}_{{ item }}.img" + command: "truncate -s 1024G /opt/{{ container_name }}_{{ item }}.img" args: - creates: "/opt/{{ container_name}}_{{ item }}.img" + creates: "/opt/{{ container_name }}_{{ item }}.img" with_items: - 'swift1' - 'swift2' @@ -69,7 +69,7 @@ filesystem: fstype: xfs opts: '-K' - dev: "/opt/{{ container_name}}_{{ item }}.img" + dev: "/opt/{{ container_name }}_{{ item }}.img" when: swift_create is changed with_items: - 'swift1'