-
Notifications
You must be signed in to change notification settings - Fork 218
New issue
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
[Bug]: Breaking changes in 3.6.0, device_role -> role #1061
Comments
Can confirm this bug in latest NetBox version 3.6.1 too. Workaround: |
I do confirm, the issue comes from the following upstream API breaking change: netbox-community/netbox#6391 They did put device_role field as a RO one while the RW field is now named role.
|
For those like me that need this fix ahead of a release, you can do so by installing the collection by hash with roles: []
collections:
- name: https://github.com/netbox-community/ansible_modules.git
type: git
version: 5f497b5d0e5524529636eea68466bfbec203dd4b Then apply it with |
PR: #1062
Ansible NetBox Collection version
v3.14.0
Ansible version
https://github.com/netbox-community/netbox/releases/tag/v3.6.0
NetBox version
v3.6.0
Python version
3.10
Steps to Reproduce
Expected Behavior
Device is created/updated
Observed Behavior
The text was updated successfully, but these errors were encountered: