perf: win shell (#9448)

Co-authored-by: feng <1304903146@qq.com>
This commit is contained in:
fit2bot 2023-02-06 19:45:08 +08:00 committed by GitHub
parent 0deb093e7a
commit 1dd915cefd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,8 +2,7 @@
gather_facts: no
tasks:
- name: Gather posix account
ansible.builtin.win_shell:
cmd: net user
ansible.builtin.win_shell: net user
register: result
- name: Define info by set_fact