perf: gather account windows playbook failed_when: false

This commit is contained in:
feng 2025-04-17 15:53:40 +08:00 committed by ZhaoJiSen
parent c804c053d2
commit 8fef18b991

View File

@ -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: