From: eltom Date: Sat, 12 Jul 2014 12:43:36 +0000 (+0200) Subject: Update Debian.yml X-Git-Tag: v1.0.0~343^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F96%2Fhead;p=ceph-ansible.git Update Debian.yml Path to Templatefile is wrong, which caused Error on Provisioning --- diff --git a/roles/ceph-common/tasks/Debian.yml b/roles/ceph-common/tasks/Debian.yml index 22d6cd5fe..60af93173 100644 --- a/roles/ceph-common/tasks/Debian.yml +++ b/roles/ceph-common/tasks/Debian.yml @@ -37,4 +37,4 @@ - libcephfs1 #| - name: Generate ceph configuration file - template: src=roles/common/templates/ceph.conf.j2 dest=/etc/ceph/ceph.conf owner=root group=root mode=0644 + template: src=roles/ceph-common/templates/ceph.conf.j2 dest=/etc/ceph/ceph.conf owner=root group=root mode=0644