mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-04-27 11:12:54 +00:00
perf: gather account windows playbook failed_when: false
This commit is contained in:
parent
c804c053d2
commit
8fef18b991
@ -4,6 +4,7 @@
|
||||
- name: Run net user command to get all users
|
||||
win_shell: net user
|
||||
register: user_list_output
|
||||
failed_when: false
|
||||
|
||||
- name: Parse all users from net user command
|
||||
set_fact:
|
||||
|
Loading…
Reference in New Issue
Block a user