equinix-labs / ansible-collection-equinix

Ansible content to help automate the management of Equinix resources
https://deploy.equinix.com/labs/ansible-collection-equinix/
GNU General Public License v3.0
2 stars 8 forks source link

Update README.md with correct pip requirements file command release path #168

Closed dmc5179 closed 3 months ago

dmc5179 commented 3 months ago
SUMMARY

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
ISSUE TYPE
COMPONENT NAME

README.md

ANSIBLE VERSION
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
github-actions[bot] commented 3 months ago

This issue has been resolved in version 0.4.1 :tada: