summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/win_module_utils/module_utils/Ansible.ModuleUtils.Recursive1.psm1
blob: a63ece343c7d0918e623ece00000797d7f9f104e (plain)
1
2
3
4
5
6
7
8
9
Function Get-Test1 {
    <#
    .SYNOPSIS
    Test function
    #>
    return "Get-Test1"
}

Export-ModuleMember -Function Get-Test1