1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-07-05 18:18:53 +00:00

Update PowerShell command line processing to handle parameters passed via splatting.

This commit is contained in:
Chris Church 2014-11-23 22:53:10 -05:00
parent 116109468c
commit e9b6aaf5d8
5 changed files with 49 additions and 4 deletions

View file

@ -0,0 +1,6 @@
# Test script to make sure the Ansible script module works when arguments are
# passed via splatting (http://technet.microsoft.com/en-us/magazine/gg675931.aspx)
Write-Host $args.This
Write-Host $args.That
Write-Host $args.Other