pip: Python pip module installer (WIP)
https://galaxy.ansible.com/crivetimihai/pip
ansible-galaxy install crivetimihai.pip- For RHEL, a Red Hat subscription or functional local repository.
- Ansible 2.4 or higher
- For Red Hat, subscription-manager.
---
- name: Install pip on localhost
hosts:
- localhost
connection: local
tasks:
- name: pip is configured
import_role:
name: crivetimihai.pip
vars:
tags: pipMIT