mirror of https://github.com/ceph/ceph-ansible.git
adding missing quotes
fixes: #884 Signed-off-by: Rachana Patel <rachana83.patel@gmail.com>pull/885/head
parent
3e32eebdc1
commit
d495b3f494
|
@ -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 }}"
|
||||
|
|
Loading…
Reference in New Issue