zabbix: fix lint issue

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

View file

@ -34,10 +34,10 @@
msg: "{{ zabbix_fasjson_response['group'] }}" msg: "{{ zabbix_fasjson_response['group'] }}"
- set_fact: - set_fact:
zabbix_sysadmin_noc_members: "{{ zabbix_fasjson_response['group']|from_json }}"
tags: tags:
- never - never
- sync_users - sync_users
zabbix_sysadmin_noc_members: "{{ zabbix_fasjson_response['group']|from_json }}"
- name: Create a the zabbix user for each sysadmin-noc member. - name: Create a the zabbix user for each sysadmin-noc member.
# set task level variables as we change ansible_connection plugin here # set task level variables as we change ansible_connection plugin here