summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorBrian Coca <bcoca@users.noreply.github.com>2021-04-05 13:53:10 -0400
committerGitHub <noreply@github.com>2021-04-05 12:53:10 -0500
commit9f74f0663a4cfa0d784520eecc2a1ba63dede6ce (patch)
tree2092accd63f9e4eb41e6b6c76f852be968bbd0ed /changelogs
parent1995b1b6e0a4f1812ade88317786da5ee2926a24 (diff)
downloadansible-9f74f0663a4cfa0d784520eecc2a1ba63dede6ce.tar.gz
Nonfatal facts (#73804) (#73830)
continue with local facts vs at script error actually capture execution errors better error messages in general add more local facts tests fixes #52427 (cherry picked from commit 9db557e43114e6f26d39ab3537ad301b02334d22)
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/fragments/local_facts_continue.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/local_facts_continue.yml b/changelogs/fragments/local_facts_continue.yml
new file mode 100644
index 0000000000..eb9b5898f7
--- /dev/null
+++ b/changelogs/fragments/local_facts_continue.yml
@@ -0,0 +1,2 @@
+bugfixes:
+ - setup, don't give up on all local facts gathering if one script file fails.