]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
testnode: explicitly enable the epel repo when installing python-pip 102/head
authorAndrew Schoen <aschoen@redhat.com>
Thu, 6 Aug 2015 20:17:32 +0000 (15:17 -0500)
committerAndrew Schoen <aschoen@redhat.com>
Thu, 6 Aug 2015 20:50:16 +0000 (15:50 -0500)
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
roles/testnode/tasks/pip.yml

index aea9c9108bcc37c404593ea617103865a7850526..b9473e36ce6089af63e2eade08ff535200c063bf 100644 (file)
@@ -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.