zabbix: fix syntax error in file lookup
Signed-off-by: David Kirwan <davidkirwanirl@gmail.com>
This commit is contained in:
parent
ec7bdacff2
commit
617b766423
1 changed files with 1 additions and 2 deletions
|
@ -26,9 +26,8 @@
|
||||||
|
|
||||||
- name: Import Zabbix templates from JSON
|
- name: Import Zabbix templates from JSON
|
||||||
community.zabbix.zabbix_template:
|
community.zabbix.zabbix_template:
|
||||||
template_json: "{{ lookup('file', item }}"
|
template_json: "{{ lookup('file', item ) }}"
|
||||||
state: present
|
state: present
|
||||||
with_items: "{{ zabbix_templates }}" # Templates specific to an ansible group, can be overwridden in inventory/group_vars/group_name
|
with_items: "{{ zabbix_templates }}" # Templates specific to an ansible group, can be overwridden in inventory/group_vars/group_name
|
||||||
tags:
|
tags:
|
||||||
- zabbix_templates
|
- zabbix_templates
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue