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/collections_relative_imports/collection_root/ansible_collections/my_ns/my_col2/plugins/module_utils/PSRel3.psm1

12 lines
228 B
PowerShell

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