Skip to content

Commit

Permalink
fix images cache
Browse files Browse the repository at this point in the history
  • Loading branch information
andreygubarev committed Jun 1, 2023
1 parent e0c6caf commit 9f2548c
Showing 1 changed file with 1 addition and 1 deletion.
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 9f2548c

Please sign in to comment.