Zabbix: remove incorrect leftover delegate_to

Signed-off-by: Greg Sutcliffe <fedora@emeraldreverie.org>
This commit is contained in:
Greg Sutcliffe
2025-07-23 13:47:58 +01:00
parent a11cf08594
commit 24bab53bbb

View File

@@ -52,7 +52,6 @@
# *any* template, since unused macros will be ignored anyway.
- name: Set Host-level macros
delegate_to: "{{ zabbix_server }}"
loop: "{{ lookup('dict', zabbix_macros, wantlist=True) }}"
community.zabbix.zabbix_hostmacro:
host_name: "{{ inventory_hostname }}"