You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the Docker image from this site, my install fails at the OVA Manager with the following error:
Done installing ovftool
[WARNING]: Found both group and host with same name: localhost
ERROR! couldn't resolve module/action 'nsxt_controller_manager_auto_deployment'. This often indicates a misspelling, missing collection, or incorrect module path.
The error appears to be in '/tmp/build/6fab756d/nsxt-ansible/basic_topology.yml': line 167, column 7, but may
be elsewhere in the file depending on the exact syntax problem.
The offending line appears to be:
- name: Deploy additional controller-managers
^ here
The text was updated successfully, but these errors were encountered:
satish@ubuntu01:~/nsx-t$ ansible-playbook deployFirstNSXTNode.yml -v
Using /etc/ansible/ansible.cfg as config file
[WARNING]: provided hosts list is empty, only localhost is available. Note that the implicit localhost does not match 'all'
ERROR! couldn't resolve module/action 'nsxt_deploy_ova'. This often indicates a misspelling, missing collection, or incorrect module path.
The error appears to be in '/home/satish/nsx-t/deployFirstNSXTNode.yml': line 11, column 7, but may
be elsewhere in the file depending on the exact syntax problem.
Using the Docker image from this site, my install fails at the OVA Manager with the following error:
Done installing ovftool
[WARNING]: Found both group and host with same name: localhost
ERROR! couldn't resolve module/action 'nsxt_controller_manager_auto_deployment'. This often indicates a misspelling, missing collection, or incorrect module path.
The error appears to be in '/tmp/build/6fab756d/nsxt-ansible/basic_topology.yml': line 167, column 7, but may
be elsewhere in the file depending on the exact syntax problem.
The offending line appears to be:
The text was updated successfully, but these errors were encountered: