zabbix: fix set_fact task indentation
Signed-off-by: David Kirwan <davidkirwanirl@gmail.com>
This commit is contained in:
parent
c17ccd3dee
commit
080f7db125
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
||||||
msg: "{{ zabbix_fasjson_response['group'] }}"
|
msg: "{{ zabbix_fasjson_response['group'] }}"
|
||||||
|
|
||||||
- set_fact:
|
- set_fact:
|
||||||
zabbix_sysadmin_noc_members: "{{ zabbix_fasjson_response['group']|from_json }}"
|
zabbix_sysadmin_noc_members: "{{ zabbix_fasjson_response['group']|from_json }}"
|
||||||
tags:
|
tags:
|
||||||
- never
|
- never
|
||||||
- sync_users
|
- sync_users
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue