Happy holiday to all,
I am trying to integrate AWX v19 & Netbox v3.1 but having trouble to execute playbooks
I have a remote-host inventory item created which has remote host information
My project is created & synced with git
I have a template created as below
My remote host has the recommended Ansible version, Python3 version, pynetbox & netbox collections installed.
When I launch the template i get the following error & am not sure what I have missed.
My playbook which calls a role is detailed below:
Andrew_C
(Andrew C)
December 27, 2021, 7:18am
2
Hi,
In the screenshot above you have spelt CONNECTION wrongly and since it is connection: local it will have a big impact I think.
Regards,
Andrew
Fixed that but still getting the same output error message as before
Hello,
Usually this error is related to issues when trying to find the Ansible collection.
As explained on the page https://docs.ansible.com/ansible/latest/collections/netbox/netbox/netbox_region_module.html#ansible-collections-netbox-netbox-netbox-region-module , do you see the collection installed when running ansible-galaxy collection list
You can also find more information about how to use collections at https://docs.ansible.com/ansible/latest/user_guide/collections_using.html
Best Regards,
mmello