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/win_module_utils/library/uses_local_utils.ps1

10 lines
259 B
PowerShell

#!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 }