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
|
action: config_template
|
||||||
args:
|
args:
|
||||||
src: "roles/ceph-common/templates/ceph.conf.j2"
|
src: "roles/ceph-common/templates/ceph.conf.j2"
|
||||||
dest: {{ ceph_conf.stdout }}
|
dest: "{{ ceph_conf.stdout }}"
|
||||||
owner: "{{ ceph_conf_stat.stat.pw_name }}"
|
owner: "{{ ceph_conf_stat.stat.pw_name }}"
|
||||||
group: "{{ ceph_conf_stat.stat.gr_name }}"
|
group: "{{ ceph_conf_stat.stat.gr_name }}"
|
||||||
mode: "{{ ceph_conf_stat.stat.mode }}"
|
mode: "{{ ceph_conf_stat.stat.mode }}"
|
||||||
|
|
Loading…
Reference in New Issue