From: Sébastien Han Date: Tue, 13 Jan 2015 14:46:47 +0000 (+0100) Subject: Add yum priority plugin X-Git-Tag: v1.0.0~274^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F182%2Fhead;p=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 --- diff --git a/roles/ceph-common/tasks/install_on_redhat.yml b/roles/ceph-common/tasks/install_on_redhat.yml index 6b0319067..efb6b9801 100644 --- a/roles/ceph-common/tasks/install_on_redhat.yml +++ b/roles/ceph-common/tasks/install_on_redhat.yml @@ -7,6 +7,7 @@ - python-pycurl - ntp - hdparm + - yum-plugin-priorities.noarch - name: Install the Ceph stable repository key rpm_key: >