]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
Fix wrong vars during RH install 143/head
authorSébastien Han <sebastien.han@enovance.com>
Tue, 11 Nov 2014 09:50:03 +0000 (10:50 +0100)
committerSébastien Han <sebastien.han@enovance.com>
Tue, 11 Nov 2014 09:50:03 +0000 (10:50 +0100)
Signed-off-by: Sébastien Han <sebastien.han@enovance.com>
roles/ceph-common/tasks/install_on_redhat.yml

index 0463db46f5f173e5cd6cc9995dc7e6bcaa95fc36..f690f4cf68e082777318e3285e047bd23861cea9 100644 (file)
@@ -21,7 +21,7 @@
   when: ceph_dev
 
 - name: Add Ceph stable repository
-  command: "rpm -U http://ceph.com/rpm-{{ ceph_stable_release }}/{{ redhat_distro }}/noarch/ceph-release-1-0.el6.noarch.rpm creates=/etc/yum.repos.d/ceph.repo"
+  command: "rpm -U http://ceph.com/rpm-{{ ceph_stable_release }}/{{ ceph_stable_redhat_distro }}/noarch/ceph-release-1-0.el6.noarch.rpm creates=/etc/yum.repos.d/ceph.repo"
   when: ceph_stable
 
 - name: Add Ceph development repository