From: Rachana Patel Date: Fri, 15 Jul 2016 03:55:34 +0000 (-0400) Subject: adding missing quotes X-Git-Tag: v1.0.6~59^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F885%2Fhead;p=ceph-ansible.git adding missing quotes fixes: #884 Signed-off-by: Rachana Patel --- diff --git a/take-over-existing-cluster.yml b/take-over-existing-cluster.yml index 4adbc24d0..b55c255e9 100644 --- a/take-over-existing-cluster.yml +++ b/take-over-existing-cluster.yml @@ -32,7 +32,7 @@ action: config_template args: src: "roles/ceph-common/templates/ceph.conf.j2" - dest: {{ ceph_conf.stdout }} + dest: "{{ ceph_conf.stdout }}" owner: "{{ ceph_conf_stat.stat.pw_name }}" group: "{{ ceph_conf_stat.stat.gr_name }}" mode: "{{ ceph_conf_stat.stat.mode }}"