From: Ben England Date: Fri, 15 Jan 2016 17:52:31 +0000 (-0500) Subject: help ansible find repo template from installs subdirectory X-Git-Tag: v1.0.0~65^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F483%2Fhead;p=ceph-ansible.git help ansible find repo template from installs subdirectory --- diff --git a/roles/ceph-common/tasks/installs/redhat_ceph_repository.yml b/roles/ceph-common/tasks/installs/redhat_ceph_repository.yml index 6d4abf013..1654ceebe 100644 --- a/roles/ceph-common/tasks/installs/redhat_ceph_repository.yml +++ b/roles/ceph-common/tasks/installs/redhat_ceph_repository.yml @@ -48,7 +48,7 @@ - name: add red hat storage repository template: - src: redhat_storage_repo.j2 + src: ../../templates/redhat_storage_repo.j2 dest: /etc/yum.repos.d/rh_storage.repo owner: root group: root