Merge pull request #143 from leseb/fix-rh-install

Fix wrong vars during RH install
pull/146/head
Leseb 2014-11-11 10:50:45 +01:00
commit 76f05a0098
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
when: ceph_dev when: ceph_dev
- name: Add Ceph stable repository - 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 when: ceph_stable
- name: Add Ceph development repository - name: Add Ceph development repository