Skip to content

Commit

Permalink
Merge pull request #835 from fao89/OSPRH-11908
Browse files Browse the repository at this point in the history
Ensure edpm_iscsid and edpm_multipathd are cached
  • Loading branch information
openshift-merge-bot[bot] authored Dec 4, 2024
2 parents ef239bb + 873d34f commit bec815e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/edpm_download_cache/tasks/container_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
- download_cache

- name: Download images for edpm_iscsid role
when: '"nova-storage" in edpm_download_cache_running_services'
when: '"nova" in edpm_download_cache_running_services'
ansible.builtin.include_role:
name: osp.edpm.edpm_iscsid
tasks_from: download_cache.yml
Expand Down Expand Up @@ -62,7 +62,7 @@
- download_cache

- name: Download images for edpm_multipathd role
when: '"nova-storage" in edpm_download_cache_running_services'
when: '"nova" in edpm_download_cache_running_services'
ansible.builtin.include_role:
name: osp.edpm.edpm_multipathd
tasks_from: download_cache.yml
Expand Down

0 comments on commit bec815e

Please sign in to comment.