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! couldn't resolve module/action 'nsxt_fabric_compute_manager'. This often indicates a misspelling, missing collection, or incorrect module path #481
"ERROR! couldn't resolve module/action 'nsxt_fabric_compute_manager'. This often indicates a misspelling, missing collection, or incorrect module path"
Reproduction steps
hosts: localhost
name: Register vCenter as a compute manager in NSX-T
gather_facts: false
vars_files: ../answerfile.yml
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
hosts: localhost name: Register vCenter as a compute manager in NSX-T gather_facts: false vars_files: ../answerfile.yml
tasks:
Expected behavior
hosts: localhost name: Register vCenter as a compute manager in NSX-T gather_facts: false vars_files: ../answerfile.yml
tasks:
Additional context
No response