mirror of https://github.com/ceph/ceph-ansible.git
Fix the method used
We need to collect the iso from the ansible server. Signed-off-by: leseb <seb@redhat.com>pull/314/head
parent
17dd29a556
commit
b0891016a9
|
@ -8,10 +8,9 @@
|
||||||
- "{{ ceph_stable_rh_storage_repository_path }}"
|
- "{{ ceph_stable_rh_storage_repository_path }}"
|
||||||
|
|
||||||
- name: fetch the red hat storage iso from the ansible server
|
- name: fetch the red hat storage iso from the ansible server
|
||||||
fetch: >
|
copy: >
|
||||||
src={{ ceph_stable_rh_storage_iso_path }}
|
src={{ ceph_stable_rh_storage_iso_path }}
|
||||||
dest={{ ceph_stable_rh_storage_iso_path }}
|
dest={{ ceph_stable_rh_storage_iso_path }}
|
||||||
flat=yes
|
|
||||||
|
|
||||||
- name: mount red hat storage iso file
|
- name: mount red hat storage iso file
|
||||||
mount: >
|
mount: >
|
||||||
|
|
Loading…
Reference in New Issue