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:
Matt Clay
2017-09-16 00:27:18 -07:00
committed by GitHub
parent 0e70057f56
commit ff4276b65d
4 changed files with 21 additions and 16 deletions

View File

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