Consolidate cisagov/ansible-role-pip
into this role
#51
Labels
improvement
This issue or pull request will add or improve functionality, maintainability, or ease of use
💡 Summary
We should consolidate cisagov/ansible-role-pip's functionality into this role by incorporating it as
install_pip
/install_pip2
role variables.Motivation and context
Currently if one uses the cisagov/ansible-role-pip role you will get Python packages due to dependencies on the system pip packages. This can lead to inconsistent package installations if both roles are not used and also causes an overlap in functionality. Since pip is a "core" Python package it also makes sense logistically to incorporate its installation into this role.
Implementation notes
A sample use would be:
Acceptance criteria
How do we know when this work is done?
The text was updated successfully, but these errors were encountered: