Closed tl87 closed 2 months ago
You are not using the latest version of this collection.
Updating helped.
I've specified version 3.1.1 in the Ansible collections file called 'requirements.yml':
---
collections:
- name: community.zabbix
version: ">=3.1.1"
I'm still getting this issue on version 3.1.1
It looks like the filter is expecting name rather than host
I'm well aware that there are few issues about this already, and the answer seems to be to make sure that the version of community.zabbix is >= 3.0.0. I've tried that and the error persists and why I'm creating this ticket.
SUMMARY
The problem:
It use to work when using Zabbix version 6.4, but after an upgrade to Zabbix version 7.0.3, the issue has started.
ISSUE TYPE
COMPONENT NAME
Ansible module name: community.zabbix
ANSIBLE VERSION
CONFIGURATION
OS / ENVIRONMENT / Zabbix Version
Ansible is ran from Alpine Linux and target os is Windows server.
EXPECTED RESULTS
The host should be created on the Zabbix server, but it does not happen.
ACTUAL RESULTS