cyberark / ansible-conjur-host-identity

This project encapsulates the functionality of our `cyberark.conjur-host-identity role for Ansible
Apache License 2.0
8 stars 2 forks source link

Fix broken master build - ansible install failure #40

Closed BradleyBoutcher closed 4 years ago

BradleyBoutcher commented 4 years ago

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 and pip in favor of python3 and pip3 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