]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
Fix the method used
authorleseb <seb@redhat.com>
Fri, 3 Jul 2015 16:43:04 +0000 (18:43 +0200)
committerleseb <seb@redhat.com>
Fri, 3 Jul 2015 16:43:04 +0000 (18:43 +0200)
We need to collect the iso from the ansible server.

Signed-off-by: leseb <seb@redhat.com>
roles/ceph-common/tasks/prerequisite_rh_storage_iso_install.yml

index ec9895d3bf870a65ae6e7c2f1506205ddc4f1a83..f6709a4342f4e09406e750732aa7835973678370 100644 (file)
@@ -8,10 +8,9 @@
     - "{{ ceph_stable_rh_storage_repository_path }}"
 
 - name: fetch the red hat storage iso from the ansible server
-  fetch: >
+  copy: >
     src={{ ceph_stable_rh_storage_iso_path }}
     dest={{ ceph_stable_rh_storage_iso_path }}
-    flat=yes
 
 - name: mount red hat storage iso file
   mount: >