AWX 24.6.1 is installed via awx-operator
in k8s.
community.zabbix.zabbix_agent
role suddenly stopped working. the error is the following:
fatal: [host-XYZ]: FAILED! => {"msg": "Failed to import the required Python library (netaddr) on automation-job-AAABBBCCC's Python /usr/bin/python. Please read the module documentation and install it in the appropriate location. If the required library is installed, but Ansible is using the wrong Python interpreter, please consult the documentation on ansible_python_interpreter"}
that is caused by this line. community.zabbix.zabbix_agent
version is 2.1.0
the EE is quay.io/ansible/awx-ee:24.6.1
, I’ve tried latest
tag, the same.
in the pod in the awx-task
deployment there is a package netaddr
in the /var/lib/awx/venv/awx
environment.
what can I do to debug this issue? can I just rebuild EEs and the project from scratch (w/o actually deleting it, because I don’t want to reconfigure the project again)?