mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Bugfix: Fix parsing array values from osx_defaults (#358)
* Bugfix: Fix parsing array values in osx_defaults Unquote values and unescape double quotes when reading array values from defaults. * Fix fragments: fix_parsing_array_values_in_osx_defaults Co-authored-by: Felix Fontein <felix@fontein.de> * add test code for Bugfix: Fix parsing array values from osx_defaults * handle spaces after the comma Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- osx_defaults - unquote values and unescape double quotes when reading array values (https://github.com/ansible-collections/community.general/pull/358).
|
||||
Reference in New Issue
Block a user