mirror of https://github.com/ceph/ceph-ansible.git
Add yum priority plugin
Without this plugin if a Ceph version is present in a repo (let's say epel) it will install the epel version and not the ICE version. We install yum-plugin-priorities.noarch to honor the 'priority=1' flag. Signed-off-by: Sébastien Han <sebastien.han@enovance.com>pull/182/head
parent
8c1f885a15
commit
d8ab8c0bd3
|
@ -7,6 +7,7 @@
|
|||
- python-pycurl
|
||||
- ntp
|
||||
- hdparm
|
||||
- yum-plugin-priorities.noarch
|
||||
|
||||
- name: Install the Ceph stable repository key
|
||||
rpm_key: >
|
||||
|
|
Loading…
Reference in New Issue