Issue #83: Directly install the pip 2 package.

This commit is contained in:
Jeff Geerling
2017-12-23 18:18:15 -06:00
parent e440362df1
commit 5e2d1700a0
+3 -2
View File
@@ -1,8 +1,9 @@
---
- hosts: all
vars:
pip_package: python-pip
tasks:
- name: Ensure the older Python 2 pip is available.
package: name=python-pip state=present
# HTTPS Self-Signed Certificate test.
- include: ../https-self-signed/provisioning/main.yml