mirror of https://github.com/ceph/ceph-ansible.git
Merge pull request #683 from stpierre/fix-config-template-docker
Fix mis-use of config_template in docker taskspull/696/head
commit
6f79c6f5b3
|
@ -8,7 +8,8 @@
|
|||
mode: 0644
|
||||
|
||||
- name: generate ceph configuration file
|
||||
config_template:
|
||||
action: config_template
|
||||
args:
|
||||
src: "{{ playbook_dir }}/roles/ceph-common/templates/ceph.conf.j2"
|
||||
dest: /etc/ceph/ceph.conf
|
||||
owner: "root"
|
||||
|
|
Loading…
Reference in New Issue