Fix the method used

We need to collect the iso from the ansible server.

Signed-off-by: leseb <seb@redhat.com>
pull/314/head
leseb 2015-07-03 18:43:04 +02:00
parent 17dd29a556
commit b0891016a9
1 changed files with 1 additions and 2 deletions

View 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: >