fix file->filename
This commit is contained in:
parent
288e939a6f
commit
bd3d375c93
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@
|
|||
name: "{{ item.name }}"
|
||||
disk_format: qcow2
|
||||
is_public: True
|
||||
file: "{{ item.filename }}"
|
||||
filename: "{{ item.filename }}"
|
||||
with_items:
|
||||
- { name: Fedora-Cloud-Base-27-1.6.ppc64le, filename: /var/tmp/Fedora-Cloud-Base-27-1.6.ppc64le.qcow2 }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue