Add ability to customize pip packages installed (e.g. `pip3 install pyspf`)
niftylettuce opened this issue · 0 comments
niftylettuce commented
It would be awesome to have something like:
---
- hosts: all
become: true
vars:
pip_python_version: 3
pip_packages:
- pyspf
- dnspython
- dkimpy
roles:
- role: pip