You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/targets/windows-minimal/library/test_no_exec_wrapper.ps1

12 lines
192 B
PowerShell

#!powershell
$res = @{
changed = $false
msg = "test msg"
path = $PSCommandPath
args = $args
arg0 = [string](Get-Content -LiteralPath $args[0] -Raw)
}
ConvertTo-Json $res