summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/collections/collection_root_user/ansible_collections/testns/testcoll/plugins/modules/win_selfcontained.ps1
blob: 986d5157ed5a31b12ccaf7372a001d3f6edbf4f0 (plain)
1
2
3
4
5
6
7
8
9
#!powershell

$res = @{
    changed = $false
    source = "user"
    msg = "hi from selfcontained.ps1"
}

ConvertTo-Json $res