fix some variables
This commit is contained in:
parent
de3e8aede7
commit
288e939a6f
1 changed files with 3 additions and 3 deletions
|
@ -53,8 +53,8 @@
|
||||||
|
|
||||||
- name: download images
|
- name: download images
|
||||||
get_url:
|
get_url:
|
||||||
dest: "/var/tmp/{{ imagename }}"
|
dest: "/var/tmp/{{ item.imagename }}"
|
||||||
url: "{{ url }}"
|
url: "{{ item.url }}"
|
||||||
with_items:
|
with_items:
|
||||||
- { imagename: Fedora-Cloud-Base-27-1.6.ppc64le.qcow2,
|
- { imagename: Fedora-Cloud-Base-27-1.6.ppc64le.qcow2,
|
||||||
url: "https://download.fedoraproject.org/pub/fedora-secondary/releases/27/CloudImages/ppc64le/images/Fedora-Cloud-Base-27-1.6.ppc64le.qcow2" }
|
url: "https://download.fedoraproject.org/pub/fedora-secondary/releases/27/CloudImages/ppc64le/images/Fedora-Cloud-Base-27-1.6.ppc64le.qcow2" }
|
||||||
|
@ -65,7 +65,7 @@
|
||||||
name: "{{ item.name }}"
|
name: "{{ item.name }}"
|
||||||
disk_format: qcow2
|
disk_format: qcow2
|
||||||
is_public: True
|
is_public: True
|
||||||
file: "{{ filename }}"
|
file: "{{ item.filename }}"
|
||||||
with_items:
|
with_items:
|
||||||
- { name: Fedora-Cloud-Base-27-1.6.ppc64le, filename: /var/tmp/Fedora-Cloud-Base-27-1.6.ppc64le.qcow2 }
|
- { 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