]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
ceph-common: uniformize template path calls 833/head
authorSébastien Han <seb@redhat.com>
Thu, 2 Jun 2016 08:52:23 +0000 (10:52 +0200)
committerSébastien Han <seb@redhat.com>
Thu, 2 Jun 2016 16:19:03 +0000 (18:19 +0200)
commitc6232bed21ecdef93d69ddd47ad82691edddb9b7
tree99f18c3e51e1336cd3f78a211deded75993caf00
parent4a854061c74ea2c30468bd688d1a3c5d3ccca820
ceph-common: uniformize template path calls

In order to align all Ansible versions, we now use the full path for the
template. We rely on `role_path` variable. Now all the tasks using
the template module have a uniform syntax.

Might fix issue raised in #483

Signed-off-by: Sébastien Han <seb@redhat.com>
roles/ceph-common/tasks/installs/install_rgw_on_debian.yml
roles/ceph-common/tasks/installs/install_rgw_on_redhat.yml
roles/ceph-common/tasks/installs/install_rh_storage_on_redhat.yml
roles/ceph-common/tasks/installs/redhat_ceph_repository.yml
roles/ceph-mon/tasks/docker/create_configs.yml
roles/ceph-mon/tasks/docker/start_docker_monitor.yml
roles/ceph-osd/tasks/docker/start_docker_osd.yml