mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 22:33:25 +00:00
Enable more Windows tests in CI. (#30443)
* Enable more Windows tests in CI. * Fix win_psexec tests. * Fix host-specific output_dir in win_fetch test.
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
- name: Run whoami
|
||||
win_psexec:
|
||||
command: whoami.exe
|
||||
nobanner: true
|
||||
register: whoami
|
||||
|
||||
- name: Test whoami
|
||||
@@ -38,6 +39,7 @@
|
||||
win_psexec:
|
||||
command: whoami.exe
|
||||
system: yes
|
||||
nobanner: true
|
||||
register: whoami_as_system
|
||||
|
||||
- name: Test whoami as SYSTEM
|
||||
|
||||
Reference in New Issue
Block a user