mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-08-11 19:12:35 +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
|
- name: Run net user command to get all users
|
||||||
win_shell: net user
|
win_shell: net user
|
||||||
register: user_list_output
|
register: user_list_output
|
||||||
|
failed_when: false
|
||||||
|
|
||||||
- name: Parse all users from net user command
|
- name: Parse all users from net user command
|
||||||
set_fact:
|
set_fact:
|
||||||
|
Loading…
Reference in New Issue
Block a user