From: Andrew Schoen Date: Thu, 6 Aug 2015 20:17:32 +0000 (-0500) Subject: testnode: explicitly enable the epel repo when installing python-pip X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=07a368338b92ebe2ba3dbda043b1205c6035520c;p=ceph-cm-ansible.git testnode: explicitly enable the epel repo when installing python-pip Signed-off-by: Andrew Schoen --- diff --git a/roles/testnode/tasks/pip.yml b/roles/testnode/tasks/pip.yml index aea9c910..b9473e36 100644 --- a/roles/testnode/tasks/pip.yml +++ b/roles/testnode/tasks/pip.yml @@ -3,6 +3,7 @@ yum: name: python-pip state: present + enablerepo: epel when: ansible_pkg_mgr == "yum" - name: Install python-pip on apt based systems.