Ansible delivers simple IT automation that ends repetitive tasks and frees up DevOps teams for more strategic work. This project is to enable this automation for NSX-T installation.
Other
171
stars
145
forks
source link
ERROR! Failed to resolve the requested dependencies map #515
When I sync the Project in AWX with the Git repo I get the following error ""ERROR! Failed to resolve the requested dependencies map. Could not satisfy the following requirements:\n* vmware.ansible_for_nsxt"
The issue seams to be related to adding vmware.ansible_for_nsxt in the Collections/Requirments.yml file.
If I dont add vmware.ansible_for_nsxt in the Collections/Requirments.yml file. I get a cant resolve collection error.
Reproduction steps
Install vmware.ansible_for_nsxt as per Ansible-Galaxy install steps, Seams to only install version 1.0.0.
Adding vmware.ansible_for_nsxt in the Collections/Requirments.yml file.
Sync the Project in AWX with the Git repo
Returns the following error ""ERROR! Failed to resolve the requested dependencies map. Could not satisfy the following requirements:\n* vmware.ansible_for_nsxt"
...
Expected behavior
The Sync the Project in AWX with the Git repo should be successful.
Describe the bug
When I sync the Project in AWX with the Git repo I get the following error ""ERROR! Failed to resolve the requested dependencies map. Could not satisfy the following requirements:\n* vmware.ansible_for_nsxt" The issue seams to be related to adding vmware.ansible_for_nsxt in the Collections/Requirments.yml file. If I dont add vmware.ansible_for_nsxt in the Collections/Requirments.yml file. I get a cant resolve collection error.
Reproduction steps
Expected behavior
The Sync the Project in AWX with the Git repo should be successful.
Additional context
No response