From 33b8603d6e6bfebe5f5390e0de64ff252a0b7623 Mon Sep 17 00:00:00 2001 From: Boris Manojlovic Date: Wed, 24 Dec 2014 17:07:50 +0100 Subject: [PATCH] add quotes so ansible yaml parser do not barf on it... --- roles/ceph-common/tasks/install_on_redhat.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/ceph-common/tasks/install_on_redhat.yml b/roles/ceph-common/tasks/install_on_redhat.yml index b5f383e4b..6fc26e399 100644 --- a/roles/ceph-common/tasks/install_on_redhat.yml +++ b/roles/ceph-common/tasks/install_on_redhat.yml @@ -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