Merge pull request #314 from ceph/fix-iso-fetch

Fix iso fetch
pull/315/head
Leseb 2015-07-03 18:48:33 +02:00
commit cec3329749
2 changed files with 2 additions and 3 deletions

View File

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

View File

@ -5,7 +5,7 @@
sudo: True sudo: True
roles: roles:
- ceph-mon - ceph-mon
- { role: ceph-restapi, when: restapi_group_name is defined } - { role: ceph-restapi, when: restapi_group_name is defined and restapi_group_name in group_names }
- hosts: osds - hosts: osds
sudo: True sudo: True