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

roles/ceph-common/tasks/RedHat.yml

index e36d54a480050cae77851e7fc856f68a7037f77b..b36cdc7179d9dbc83f1c6e93dc541298bf68673d 100644 (file)
@@ -30,4 +30,4 @@
   yum: name=ceph state=latest
 
 - 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