mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
win reg - Support special chars in path (#53305)
* win reg - Support special chars in path * Added deprecation warning for path separators
This commit is contained in:
5
changelogs/fragments/win_registry.yaml
Normal file
5
changelogs/fragments/win_registry.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
bugfixes:
|
||||
- win_regedit - Fix issue where creating a new key would set the ``(Default)`` key property to an empty string instead of undefined
|
||||
- win_regedit - Support registry paths with special characters - https://github.com/ansible/ansible/issues/41791
|
||||
- win_reg_stat - Support registry paths with special characters - https://github.com/ansible/ansible/issues/41791
|
||||
- win_reg_stat - Fix issue where the key's ``(Default)`` property was not being returned if it was set
|
||||
Reference in New Issue
Block a user