Skip to content

Commit

Permalink
Skip download_cache packages tasks with bootc
Browse files Browse the repository at this point in the history
Signed-off-by: James Slagle <[email protected]>
  • Loading branch information
slagle committed Feb 5, 2025
1 parent 32e27a8 commit 8a83e45
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion roles/edpm_download_cache/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@

- name: Download packages
ansible.builtin.include_tasks: packages.yml
when: edpm_download_cache_packages | bool
when:
- edpm_download_cache_packages | bool
- not ansible_local.bootc

- name: Download container images
ansible.builtin.include_tasks: container_images.yml
Expand Down

0 comments on commit 8a83e45

Please sign in to comment.