Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ansible/ansible.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Coca <bcoca@users.noreply.github.com>2022-10-07 19:45:40 +0300
committerGitHub <noreply@github.com>2022-10-07 19:45:40 +0300
commit27ab589ee874cac7aad65cfb3630a5b38082e4b8 (patch)
tree7d75532262685a6f134afafd8a57fa6a985fa1fb /changelogs
parentfcea07bbef71683362c4761cade109f5ffe2f7a3 (diff)
ansible-config, only subvalues should use yaml shorthand (#79073)
* ensure we only use shorthand for assigned values * fix ansible-config std display * split baby * killed offending whitespace * moved to func instead * the revenge of whitespace
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/fragments/adjust_config_list.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/adjust_config_list.yml b/changelogs/fragments/adjust_config_list.yml
new file mode 100644
index 00000000000..73132b288b0
--- /dev/null
+++ b/changelogs/fragments/adjust_config_list.yml
@@ -0,0 +1,2 @@
+bugfixes:
+ - ansible-config limit shorthand format to assigned values