mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
Update PowerShell command line processing to handle parameters passed via splatting.
This commit is contained in:
parent
116109468c
commit
e9b6aaf5d8
5 changed files with 49 additions and 4 deletions
5
test/integration/roles/test_win_script/defaults/main.yml
Normal file
5
test/integration/roles/test_win_script/defaults/main.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
|
||||
# Parameters to pass to test scripts.
|
||||
test_win_script_value: VaLuE
|
||||
test_win_script_splat: "@{This='THIS'; That='THAT'; Other='OTHER'}"
|
Loading…
Add table
Add a link
Reference in a new issue