We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ef239bb + 873d34f commit bec815eCopy full SHA for bec815e
roles/edpm_download_cache/tasks/container_images.yml
@@ -9,7 +9,7 @@
9
- download_cache
10
11
- name: Download images for edpm_iscsid role
12
- when: '"nova-storage" in edpm_download_cache_running_services'
+ when: '"nova" in edpm_download_cache_running_services'
13
ansible.builtin.include_role:
14
name: osp.edpm.edpm_iscsid
15
tasks_from: download_cache.yml
@@ -62,7 +62,7 @@
62
63
64
- name: Download images for edpm_multipathd role
65
66
67
name: osp.edpm.edpm_multipathd
68
0 commit comments