vmware / ansible-for-nsxt

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 140 forks source link

ERROR! Failed to resolve the requested dependencies map #515

Open mycompanyptyltd opened 2 days ago

mycompanyptyltd commented 2 days ago

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

  1. Install vmware.ansible_for_nsxt as per Ansible-Galaxy install steps, Seams to only install version 1.0.0.
  2. Adding vmware.ansible_for_nsxt in the Collections/Requirments.yml file.
  3. Sync the Project in AWX with the Git repo
  4. 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.

Additional context

No response