mirror of https://github.com/ansible/ansible.git
Fix UNC path support in the powershell shell plugin (#66604)
* Fix UNC path joining in the powershell shell plugin, add test * Remove testy bits and a redundant line * Fix style nits * Update to use os.ntpath * Add changelog for #66604pull/66673/head
parent
81378b3e74
commit
fc7980af9a
@ -0,0 +1,2 @@
|
||||
minor_changes:
|
||||
- "powershell (shell plugin) - Fix `join_path` to support UNC paths (https://github.com/ansible/ansible/issues/66341)"
|
Loading…
Reference in New Issue