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
fatal: [ucs1]: FAILED! => {"failed": true, "msg": "Could not find imported module support code for ucs_vnic_template. Looked for either UCSModule.py or ucs.py"}
The same happens for ucs_vlans
The text was updated successfully, but these errors were encountered:
What is the output with the -vvv option? Here's an example showing the module search path configured to use a local clone of this repo:
ansible-playbook ... -vvv
ansible-playbook 2.5.1
config file = /Users/dsoper/.ansible.cfg
configured module search path = ['/Users/dsoper/Documents/ucsm-ansible-1/library', '/Users/dsoper/Documents/intersight-ansible', '/Users/dsoper/Documents/imc-ansible']
ansible python module location = /usr/local/lib/python3.6/site-packages/ansible
executable location = /usr/local/bin/ansible-playbook
python version = 3.6.5 (default, Apr 20 2018, 18:22:17) [GCC 4.2.1 Compatible Apple LLVM 9.0.0 (clang-900.0.39.2)]
Using /Users/dsoper/.ansible.cfg as config file
fatal: [ucs1]: FAILED! => {"failed": true, "msg": "Could not find imported module support code for ucs_vnic_template. Looked for either UCSModule.py or ucs.py"}
The same happens for ucs_vlans
The text was updated successfully, but these errors were encountered: