Closed dmc5179 closed 8 months ago
Update main README.md with correct pip module install path command. The current command is:
pip install -r https://raw.githubusercontent.com/equinix-labs/ansible-collection-equinix/0.4.0/requirements.txt
Needs to be updated to: (it's currently missing the v in the release version name)
pip install -r https://raw.githubusercontent.com/equinix-labs/ansible-collection-equinix/v0.4.0/requirements.txt
README.md
ansible --version ansible [core 2.14.11] config file = /home/danclark/workspace/ansible/roles/openshift-equinix-coco/ansible.cfg configured module search path = ['/home/danclark/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python3.11/site-packages/ansible ansible collection location = /home/danclark/.ansible/collections:/usr/share/ansible/collections executable location = /usr/bin/ansible python version = 3.11.8 (main, Feb 7 2024, 00:00:00) [GCC 13.2.1 20231011 (Red Hat 13.2.1-4)] (/usr/bin/python3) jinja version = 3.1.3 libyaml = True
This issue has been resolved in version 0.4.1 :tada:
SUMMARY
Update main README.md with correct pip module install path command. The current command is:
Needs to be updated to: (it's currently missing the v in the release version name)
ISSUE TYPE
COMPONENT NAME
README.md
ANSIBLE VERSION