summaryrefslogtreecommitdiffstats
path: root/roles/lib_zabbix/tasks/create_template.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/lib_zabbix/tasks/create_template.yml')
-rw-r--r--roles/lib_zabbix/tasks/create_template.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/lib_zabbix/tasks/create_template.yml b/roles/lib_zabbix/tasks/create_template.yml
index df7888a95..d5168a9f4 100644
--- a/roles/lib_zabbix/tasks/create_template.yml
+++ b/roles/lib_zabbix/tasks/create_template.yml
@@ -40,6 +40,7 @@
applications: "{{ item.applications }}"
zabbix_type: "{{ item.zabbix_type | default(2, True) }}"
interval: "{{ item.interval | default(60, True) }}"
+ delta: "{{ item.delta | default(0, True) }}"
with_items: template.zitems
register: created_items
when: template.zitems is defined