summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/win_module_utils/library/uses_local_utils.ps1
blob: 48c27571181d0b73dafc677209632f4d43e58eda (plain)
1
2
3
4
5
6
7
8
9
#!powershell

# use different cases, spacing and plural of 'module' to exercise flexible powershell dialect
#ReQuiReS   -ModUleS    Ansible.ModuleUtils.Legacy
#Requires -Module Ansible.ModuleUtils.ValidTestModule

$o = CustomFunction

Exit-Json @{data = $o }