diff options
Diffstat (limited to 'roles/lib_zabbix/tasks')
| -rw-r--r-- | roles/lib_zabbix/tasks/create_template.yml | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/roles/lib_zabbix/tasks/create_template.yml b/roles/lib_zabbix/tasks/create_template.yml index bc9aff997..6307bf57a 100644 --- a/roles/lib_zabbix/tasks/create_template.yml +++ b/roles/lib_zabbix/tasks/create_template.yml @@ -30,6 +30,9 @@      key: "{{ item.key }}"      name: "{{ item.name | default(item.key, true) }}"      value_type: "{{ item.value_type | default('int') }}" +    description: "{{ item.description | default('', True) }}" +    multiplier: "{{ item.multiplier | default('', True) }}" +    units: "{{ item.units | default('', True) }}"      template_name: "{{ template.name }}"      applications: "{{ item.applications }}"    with_items: template.zitems | 
