You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I have a simple playbook for to update a deivce in netbox:
netbox.netbox.netbox_device:
netbox_url: https://192.0.2.16
netbox_token: xxxx
data:
name: "switch01"
This results in an error: 'NetboxDcimModule' object has no attribute 'module'.
This playbook works with netbox.netbox version 3.9.0 version, but not with 3.10.0 or 3.14.0.
All reminds me to #915 of one year ago. BUT: I have packaging installed.
[misch@anisble ~]$ pip list
Package Version
chardet 4.0.0
dasbus 1.4
dbus-python 1.2.18
distro 1.5.0
file-magic 0.4.0
gpg 1.15.1
idna 2.10
libcomps 0.1.18
lxml 4.6.5
nftables 0.1
packaging 23.2
perf 0.1
pexpect 4.8.0
pip 21.2.3
psutil 5.8.0
ptyprocess 0.6.0
PyGObject 3.40.1
PySocks 1.7.1
python-dateutil 2.8.1
python-linux-procfs 0.7.0
pytz 2023.3
pyudev 0.22.0
PyYAML 5.4.1
requests 2.25.1
rpm 4.16.1.3
selinux 3.5
sepolicy 3.5
setools 4.4.1
setroubleshoot 3.3.31
setuptools 53.0.0
six 1.15.0
sos 4.5.4
systemd-python 234
urllib3 1.26
Any ideas?
Michael.
Beta Was this translation helpful? Give feedback.
All reactions