zabbix: retag tasks in zabbix_templates role

Signed-off-by: David Kirwan <davidkirwanirl@gmail.com>
This commit is contained in:
David Kirwan 2024-04-25 12:17:52 +01:00
parent 0551f3f343
commit 4cfba84485
No known key found for this signature in database
GPG key ID: A5893AB6474AC37D

View file

@ -1,16 +1,16 @@
---
- include_tasks: hostgroups.yml
tags:
- zabbix_add_hostgroups
- zabbix_templates
- include_tasks: add_hosts_to_hostgroups.yml
tags:
- zabbix_add_hosts_to_hostgroups
- zabbix_templates
- include_tasks: templates.yml
tags:
- zabbix_add_templates
- zabbix_templates
- include_tasks: add_templates_to_hosts.yml
tags:
- zabbix_add_templates_to_hosts
- zabbix_templates