zabbix: remove runonce flag from zabbix hostgroup creation task
Signed-off-by: David Kirwan <davidkirwanirl@gmail.com>
This commit is contained in:
parent
71bb62022f
commit
c7100e0259
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue