Fix more linter errors
Seems the files in the tests repo are not all covered by the tests repo lint job Change-Id: Ic3682690793d557305fa59c2d3fa8bc6536375de
This commit is contained in:
parent
962661f8b7
commit
ce66289fed
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user