summaryrefslogtreecommitdiff
path: root/changelogs/fragments
diff options
context:
space:
mode:
authorBrian Coca <bcoca@users.noreply.github.com>2021-05-19 16:14:52 -0400
committerGitHub <noreply@github.com>2021-05-19 16:14:52 -0400
commitd2d1f01f9d067e82b6af0da156a24627d04b396c (patch)
treeab1b99cf67ac13063c3de2a9bbc715f80125eda0 /changelogs/fragments
parent888fea69e547f49a9267d2c8df71fac38e383ed4 (diff)
downloadansible-d2d1f01f9d067e82b6af0da156a24627d04b396c.tar.gz
avoid literal quoting in config lists (#74740)
* added tests
Diffstat (limited to 'changelogs/fragments')
-rw-r--r--changelogs/fragments/config_lists_unquote.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/config_lists_unquote.yml b/changelogs/fragments/config_lists_unquote.yml
new file mode 100644
index 0000000000..960539d4ff
--- /dev/null
+++ b/changelogs/fragments/config_lists_unquote.yml
@@ -0,0 +1,2 @@
+bugfixes:
+ - config, ensure 'quoted' lists from ini or env do not take the quotes literally as part of the list item.