mirror of https://github.com/ceph/ceph-ansible.git
Merge pull request #846 from dang/docker-configs
Put path back to playbook_dir for common templatepull/852/head
commit
878dc4730f
|
@ -2,7 +2,7 @@
|
|||
- name: generate ceph configuration file
|
||||
action: config_template
|
||||
args:
|
||||
src: "{{ role_path }}/templates/ceph.conf.j2"
|
||||
src: "{{ playbook_dir }}/roles/ceph-common/templates/ceph.conf.j2"
|
||||
dest: /etc/ceph/ceph.conf
|
||||
owner: "root"
|
||||
group: "root"
|
||||
|
|
Loading…
Reference in New Issue