zabbix: fix lint issue
Signed-off-by: David Kirwan <davidkirwanirl@gmail.com>
This commit is contained in:
parent
f7432e9b0e
commit
e5d771b25a
1 changed files with 1 additions and 1 deletions
|
@ -34,10 +34,10 @@
|
|||
msg: "{{ zabbix_fasjson_response['group'] }}"
|
||||
|
||||
- set_fact:
|
||||
zabbix_sysadmin_noc_members: "{{ zabbix_fasjson_response['group']|from_json }}"
|
||||
tags:
|
||||
- never
|
||||
- sync_users
|
||||
zabbix_sysadmin_noc_members: "{{ zabbix_fasjson_response['group']|from_json }}"
|
||||
|
||||
- name: Create a the zabbix user for each sysadmin-noc member.
|
||||
# set task level variables as we change ansible_connection plugin here
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue