mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 21:00:22 -07:00
support missing drive letters in PS path
type (#29884)
* fixes #26623 * Test-Path (and thus `-type path` in Get-AnsibleParam) fail on a nonexistent drive letter, since it can't be mapped to a PSProvider. * added support and basic smoke tests for
This commit is contained in:
parent
8515db8588
commit
1e2ce4c8ab
4 changed files with 45 additions and 1 deletions
2
test/integration/targets/win_module_utils_legacy/aliases
Normal file
2
test/integration/targets/win_module_utils_legacy/aliases
Normal file
|
@ -0,0 +1,2 @@
|
|||
windows/ci/group1
|
||||
windows/ci/smoketest
|
Loading…
Add table
Add a link
Reference in a new issue