mirror of https://github.com/ceph/ceph-ansible.git
Merge pull request #871 from ceph/rhbz-1338551
ceph-common: ensure that destination iso paths exist before copyingpull/872/head
commit
67c9a4a3ad
|
@ -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