summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/collections_relative_imports/collection_root/ansible_collections/my_ns/my_col/plugins/module_utils/PSRel4.psm1
blob: bcb5ec1948443bb6b07754bdabbc91840518a110 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#AnsibleRequires -CSharpUtil .sub_pkg.CSRel5 -Optional
#AnsibleRequires -PowerShell .sub_pkg.PSRelInvalid -Optional

Function Invoke-FromPSRel4 {
    <#
    .SYNOPSIS
    Test function
    #>
    return "Invoke-FromPSRel4"
}

Export-ModuleMember -Function Invoke-FromPSRel4