mirror of https://github.com/ceph/ceph-ansible.git
Merge pull request #163 from bmanojlovic/master
add quotes so ansible yaml parser do not barf on it...pull/165/head
commit
aa8e02f9b2
|
@ -52,6 +52,6 @@
|
|||
yum: >
|
||||
name={{ item }}
|
||||
with_items:
|
||||
- {{ ceph_stable_ice_temp_path }}/kmod-libceph-{{ ceph_stable_ice_kmod }}.rpm
|
||||
- {{ ceph_stable_ice_temp_path }}/kmod-rbd-{{ ceph_stable_ice_kmod }}.rpm
|
||||
- "{{ ceph_stable_ice_temp_path }}/kmod-libceph-{{ ceph_stable_ice_kmod }}.rpm"
|
||||
- "{{ ceph_stable_ice_temp_path }}/kmod-rbd-{{ ceph_stable_ice_kmod }}.rpm"
|
||||
when: ceph_stable_ice
|
||||
|
|
Loading…
Reference in New Issue