summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/win_script/files/test_script_with_splatting.ps1
blob: 429a9a3b7a1eb1a518483649281fff09d91e1875 (plain)
1
2
3
4
5
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