]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
add quotes so ansible yaml parser do not barf on it... 163/head
authorBoris Manojlovic <boris@steki.net>
Wed, 24 Dec 2014 16:07:50 +0000 (17:07 +0100)
committerBoris Manojlovic <boris@steki.net>
Wed, 24 Dec 2014 16:07:50 +0000 (17:07 +0100)
roles/ceph-common/tasks/install_on_redhat.yml

index b5f383e4bf5e832fea7bc45434df4768a16b63eb..6fc26e399cc7cf34e1be277682d505b92060512e 100644 (file)
@@ -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