mirror of https://github.com/ansible/ansible.git
win_acl - fix network path qualifier parsing (#55970)
parent
5228133d74
commit
cc3b8b9f72
@ -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 .ÅÑŚÌβŁÈ [$!@^&test(;)]
|
||||
|
||||
Loading…
Reference in New Issue