Put path back to playbook_dir for common template

The config template is in ceph-common, not in the individual roles, so
roles referencing it need to use playbook_dir, not role_path.

Signed-off-by: Daniel Gryniewicz <dang@redhat.com>
pull/846/head
Daniel Gryniewicz 2016-06-09 10:56:44 -04:00
parent 4219221bf4
commit 887baf0cce
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"