mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-27 20:12:54 +08:00
Zabbix: remove incorrect leftover delegate_to
Signed-off-by: Greg Sutcliffe <fedora@emeraldreverie.org>
This commit is contained in:
@@ -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 }}"
|
||||
|
||||
Reference in New Issue
Block a user