summaryrefslogtreecommitdiffstats
path: root/changelogs/fragments
diff options
context:
space:
mode:
authorAbhijeet Kasurde <akasurde@redhat.com>2024-12-05 20:19:34 +0100
committerGitHub <noreply@github.com>2024-12-05 20:19:34 +0100
commitb154e38e5473337eed397c3b03d306b8c8ffb131 (patch)
treea8d16e3c23ee2c991dcde6e56e16b16fab7c3903 /changelogs/fragments
parentFix non-root integration tests failure (#84378) (diff)
downloadansible-b154e38e5473337eed397c3b03d306b8c8ffb131.tar.xz
ansible-b154e38e5473337eed397c3b03d306b8c8ffb131.zip
config lookup, fixes and tests (#84398)
* Integration tests for lookup_config Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
Diffstat (limited to 'changelogs/fragments')
-rw-r--r--changelogs/fragments/lookup_config.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/changelogs/fragments/lookup_config.yml b/changelogs/fragments/lookup_config.yml
new file mode 100644
index 0000000000..a1315997cd
--- /dev/null
+++ b/changelogs/fragments/lookup_config.yml
@@ -0,0 +1,3 @@
+---
+bugfixes:
+ - config - various fixes to config lookup plugin (https://github.com/ansible/ansible/pull/84398).