Closed BradleyBoutcher closed 4 years ago
Previously, the master build was failing due to an issue with an older version of pip being used to install ansible.
pip
We removed references to python and pip in favor of python3 and pip3 to ensure future compatibility, and fix the installation issue.
python
python3
pip3
Connected to #39 Connected to #41
README
What does this PR do?
Previously, the master build was failing due to an issue with an older version of
pip
being used to install ansible.We removed references to
python
andpip
in favor ofpython3
andpip3
to ensure future compatibility, and fix the installation issue.What ticket does this PR close?
Connected to #39 Connected to #41
Checklists
Change log
Test coverage
Documentation
README
s) were updated in this PR, and/or there is a follow-on issue to update docs, or