cernymi
cernymi
I suppose problem with `netbox.netbox.nb_inventory` and `services` is fixed on Netbox side: https://github.com/netbox-community/netbox/issues/20554 We're also using `services` with `nb_inventory`. After [#20554](https://github.com/netbox-community/netbox/issues/20554) can't see any problem and `nb_inventory` returns `services` normaly....
@melsen It seems strange for me. I have Netbox version: `NetBox Community v4.4.4` On-prem and also https://demo.netbox.dev - can't see any difference netbox.netbox collection version: `3.21.0` Ansible in python venv...
@melsen Oh, I see the difference now! Thanks for `ansible collection location` path We're using collection installed from ansible-galaxy What I found is difference between collections - version included in...
I'm looking into `pynetbox` especially at this `LIST_AS_SET = ("tags", "tagged_vlans")` and ti seems like `tuple` to me. But my main point is, that we're dealing with unnecessary ` object...