zabbix: fix set_fact task indentation

Signed-off-by: David Kirwan <davidkirwanirl@gmail.com>
This commit is contained in:
David Kirwan 2023-10-05 12:27:37 +01:00
parent c17ccd3dee
commit 080f7db125
No known key found for this signature in database
GPG key ID: A5893AB6474AC37D

View file

@ -34,7 +34,7 @@
msg: "{{ zabbix_fasjson_response['group'] }}"
- set_fact:
zabbix_sysadmin_noc_members: "{{ zabbix_fasjson_response['group']|from_json }}"
zabbix_sysadmin_noc_members: "{{ zabbix_fasjson_response['group']|from_json }}"
tags:
- never
- sync_users