mirror of https://github.com/ceph/ceph-ansible.git
commit
76f05a0098
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue