We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v3.18.0
ansible [core 2.16.6] python version = 3.10.12 (main, Nov 20 2023, 15:14:05) [GCC 11.4.0] (/usr/bin/python3) jinja version = 3.1.3 libyaml = True
v4.0.2
3.10
The following task works fine in Netbox v3.7.2 but not in v4.0.2:
- name: Create site netbox.netbox.netbox_site: netbox_url: URL netbox_token: TOKEN data: name: Test slug: test state: present
TASK [Create site] *********************************************************************************************************************************************************************************** ok: [localhost]
TASK [Create site] *********************************************************************************************************************************************************************************** fatal: [localhost]: FAILED! => {"changed": false, "msg": "Failed to establish connection to NetBox API"}
The text was updated successfully, but these errors were encountered:
Related to netbox-community/pynetbox#612
Sorry, something went wrong.
No branches or pull requests
Ansible NetBox Collection version
v3.18.0
Ansible version
NetBox version
v4.0.2
Python version
3.10
Steps to Reproduce
The following task works fine in Netbox v3.7.2 but not in v4.0.2:
Expected Behavior
TASK [Create site] ***********************************************************************************************************************************************************************************
ok: [localhost]
Observed Behavior
TASK [Create site] ***********************************************************************************************************************************************************************************
fatal: [localhost]: FAILED! => {"changed": false, "msg": "Failed to establish connection to NetBox API"}
The text was updated successfully, but these errors were encountered: