zabbix: remove runonce flag from zabbix hostgroup creation task

Signed-off-by: David Kirwan <davidkirwanirl@gmail.com>
This commit is contained in:
David Kirwan 2024-05-16 09:30:41 +01:00
parent 71bb62022f
commit c7100e0259
No known key found for this signature in database
GPG key ID: A5893AB6474AC37D

View file

@ -5,7 +5,6 @@
state: present
host_groups: "{{ item['hostgroup'] }}"
with_items: "{{ zabbix_templates }}" # Hostgroups specific to an ansible group can be overridden in inventory/group_vars/group_name
run_once: True
tags:
- zabbix_add_hostgroups
- zabbix_templates