Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to customize pip packages installed (e.g. pip3 install pyspf) #10

Open
niftylettuce opened this issue Jun 30, 2020 · 0 comments

Comments

@niftylettuce
Copy link

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants
@niftylettuce @tersmitten and others