mirror of
https://github.com/geerlingguy/ansible-for-devops.git
synced 2024-05-19 06:50:03 +00:00
Issue #83: Directly install the pip 2 package.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user