summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/collections_relative_imports/collection_root/ansible_collections/my_ns/my_col2/plugins/module_utils/PSRel3.psm1
blob: 46edd5a921a6649bc6df76c002b6e71e23cebd1f (plain)
1
2
3
4
5
6
7
8
9
10
11
#AnsibleRequires -CSharpUtil .sub_pkg.CSRel4

Function Invoke-FromPSRel3 {
    <#
    .SYNOPSIS
    Test function
    #>
    return "$([CSRel4]::Invoke()) -> Invoke-FromPSRel3"
}

Export-ModuleMember -Function Invoke-FromPSRel3