summaryrefslogtreecommitdiffstats
path: root/changelogs
diff options
context:
space:
mode:
authorBrian Coca <bcoca@users.noreply.github.com>2020-05-21 00:53:37 +0200
committerGitHub <noreply@github.com>2020-05-21 00:53:37 +0200
commit9281148b623d4e2e8302778d91af3e84ab9579a9 (patch)
treeaffef6f4891c854c480199985e64cbc246df889f /changelogs
parentPin Docker version at 19.03.1 (diff)
downloadansible-9281148b623d4e2e8302778d91af3e84ab9579a9.tar.xz
ansible-9281148b623d4e2e8302778d91af3e84ab9579a9.zip
correctly merge multiple facts results (#68987)
* correctly merge multiple facts results fixes #68532
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/fragments/gf_fix.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/gf_fix.yml b/changelogs/fragments/gf_fix.yml
new file mode 100644
index 0000000000..7be81b99b4
--- /dev/null
+++ b/changelogs/fragments/gf_fix.yml
@@ -0,0 +1,2 @@
+bugfixes:
+ - now correclty merge and not just overwrite facts when gathering using multiple modules.