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

ERROR! couldn't resolve module/action 'nsxt_fabric_compute_manager'. This often indicates a misspelling, missing collection, or incorrect module path #481

Open kkrishnasamy01 opened 8 months ago

kkrishnasamy01 commented 8 months ago

Describe the bug

Unable to add compute manager.

"ERROR! couldn't resolve module/action 'nsxt_fabric_compute_manager'. This often indicates a misspelling, missing collection, or incorrect module path"

Reproduction steps


Expected behavior


Additional context

No response

kkrishnasamy01 commented 8 months ago

Please help us ...

alagoutte commented 8 months ago

Hi @kkrishnasamy01

Do you have try to add

-hosts: localhost
  collections:
    - vmware.ansible_for_nsxt
kkrishnasamy01 commented 8 months ago

Thanks Alex ...I'm able to add compute manager.