mirror of https://github.com/ansible/ansible.git
win_acl - fix network path qualifier parsing (#55970)
(cherry picked from commit cc3b8b9f72)
pull/56655/head
parent
616763e290
commit
3db80f68f7
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- win_acl - Fix qualifier parser when using UNC paths - https://github.com/ansible/ansible/issues/55875
|
||||
@ -1,4 +1,5 @@
|
||||
---
|
||||
test_acl_path: '{{ win_output_dir }}\win_acl .ÅÑŚÌβŁÈ [$!@^&test(;)]'
|
||||
test_acl_network_path: \\localhost\{{ test_acl_path[0:1] }}$\{{ test_acl_path[3:] }}
|
||||
# Use HKU as that path is not automatically loaded in the PSProvider making our test more complex
|
||||
test_acl_reg_path: HKU:\.DEFAULT\Ansible Test
|
||||
|
||||
Loading…
Reference in New Issue