perf: win shell (#9448)

Co-authored-by: feng <1304903146@qq.com>
pull/9450/head
fit2bot 2 years ago committed by GitHub
parent 0deb093e7a
commit 1dd915cefd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save