Merge pull request #846 from dang/docker-configs

Put path back to playbook_dir for common template
pull/852/head
Leseb 2016-06-09 17:09:37 +02:00
commit 878dc4730f
1 changed files with 1 additions and 1 deletions

View File

@ -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"