]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
Update Debian.yml 96/head
authoreltom <thomaszelch@googlemail.com>
Sat, 12 Jul 2014 12:43:36 +0000 (14:43 +0200)
committereltom <thomaszelch@googlemail.com>
Sat, 12 Jul 2014 12:43:36 +0000 (14:43 +0200)
Path to Templatefile is wrong, which caused Error on Provisioning

roles/ceph-common/tasks/Debian.yml

index 22d6cd5fed23baedcf095d740861b540875c77f6..60af931731c15c62513f859153c5d7a792b62cc4 100644 (file)
@@ -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