mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
win_exec_wrapper: fix tests after recent change (#38504)
This commit is contained in:
parent
6454aedb44
commit
0d374f28d2
2 changed files with 3 additions and 2 deletions
|
@ -1 +1,2 @@
|
|||
windows/ci/group2
|
||||
windows/ci/group1
|
||||
windows/ci/smoketest
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
- '"This module cannot run as it requires a minimum PowerShell version of 20.0.0.0, actual was " in invalid_ps_version.msg'
|
||||
|
||||
- name: test out environment block for task
|
||||
win_shell: set | more
|
||||
win_shell: set
|
||||
args:
|
||||
executable: cmd.exe
|
||||
environment:
|
||||
|
|
Loading…
Reference in a new issue