community.general/lib/ansible/modules/net_tools/netbox
Anthony Ruhier 8a5bb7e6c3 Fixes and refactor netbox device module (#50672)
* Adapt netbox_device to pynetbox changes

Pynetbox API has changed, resulting in errors at the creation or
deletion of any device with the netbox_device modules. Fixes these
errors.

rebase

* Refactor netbox_device

Better error handling

Split the return values to `device` and `msg`, containing the created
device (if any), and the message to get more info about what has been
achieved (or the error if any)
2019-01-18 20:32:16 +00:00
..
__init__.py
netbox_device.py Fixes and refactor netbox device module (#50672) 2019-01-18 20:32:16 +00:00
netbox_ip_address.py