mirror of https://github.com/ceph/ceph-ansible.git
commit
25374b3677
|
@ -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