diff --git a/roles/zabbix/zabbix_templates/tasks/templates.yml b/roles/zabbix/zabbix_templates/tasks/templates.yml index 0329ccea09..93d78c7867 100644 --- a/roles/zabbix/zabbix_templates/tasks/templates.yml +++ b/roles/zabbix/zabbix_templates/tasks/templates.yml @@ -26,9 +26,8 @@ - name: Import Zabbix templates from JSON community.zabbix.zabbix_template: - template_json: "{{ lookup('file', item }}" + template_json: "{{ lookup('file', item ) }}" state: present with_items: "{{ zabbix_templates }}" # Templates specific to an ansible group, can be overwridden in inventory/group_vars/group_name tags: - zabbix_templates -