Skip to content

Commit

Permalink
Merge pull request #9 from andreygubarev/fix-images-cache
Browse files Browse the repository at this point in the history
fix images cache
  • Loading branch information
andreygubarev authored Jun 1, 2023
2 parents 7c9abe1 + 9f2548c commit 7ef4f5f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,12 +105,15 @@ verifier:
## [Ubuntu](https://cloud-images.ubuntu.com/)
* https://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-arm64.img
* https://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-amd64.img
* https://cloud-images.ubuntu.com/focal/current/SHA256SUMS
* https://cloud-images.ubuntu.com/jammy/current/jammy-server-cloudimg-arm64.img
* https://cloud-images.ubuntu.com/jammy/current/jammy-server-cloudimg-amd64.img
* https://cloud-images.ubuntu.com/jammy/current/SHA256SUMS

## [Debian](https://cloud.debian.org/images/cloud/)
* https://cloud.debian.org/images/cloud/bullseye/latest/debian-11-genericcloud-amd64.qcow2
* https://cloud.debian.org/images/cloud/bullseye/latest/debian-11-genericcloud-arm64.qcow2
* https://cloud.debian.org/images/cloud/bullseye/latest/SHA512SUMS

# Reference

Expand Down
2 changes: 1 addition & 1 deletion molecule_qemu/playbooks/create.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@

- name: Get images
ansible.builtin.set_fact:
images: "{{ 0 | extract(images.results | map(attribute='item')) | list | zip(images.results | map(attribute='dest') | list) }}"
images: "{{ images.results | map(attribute='url') | zip(images.results | map(attribute='dest')) }}"
images_cache: {}

- name: Set images cache
Expand Down

0 comments on commit 7ef4f5f

Please sign in to comment.