mirror of https://github.com/ceph/ceph-ansible.git
ceph-common: ensure that destination iso paths exist before copying
Signed-off-by: Alfredo Deza <adeza@redhat.com> Resolves: rhbz#1338551pull/871/head
parent
e52d5b2357
commit
d2a555ca14
|
@ -6,6 +6,7 @@
|
||||||
with_items:
|
with_items:
|
||||||
- "{{ ceph_stable_rh_storage_mount_path }}"
|
- "{{ ceph_stable_rh_storage_mount_path }}"
|
||||||
- "{{ ceph_stable_rh_storage_repository_path }}"
|
- "{{ ceph_stable_rh_storage_repository_path }}"
|
||||||
|
- "{{ ceph_stable_rh_storage_iso_path }}"
|
||||||
|
|
||||||
- name: fetch the red hat storage iso from the ansible server
|
- name: fetch the red hat storage iso from the ansible server
|
||||||
copy:
|
copy:
|
||||||
|
|
Loading…
Reference in New Issue