From df047f96df126c455d651c550a5daa6af8601a52 Mon Sep 17 00:00:00 2001 From: Thomas Wang Date: Wed, 5 Jun 2024 00:10:24 +1000 Subject: [PATCH] added change log --- changelogs/fragments/83292.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 changelogs/fragments/83292.yml diff --git a/changelogs/fragments/83292.yml b/changelogs/fragments/83292.yml new file mode 100644 index 00000000000..6720247aaea --- /dev/null +++ b/changelogs/fragments/83292.yml @@ -0,0 +1,3 @@ +--- +bugfixes: + - Fix the issue of playbook with any_errors_fatal as true, the rescue section only executes on the host where a fail task with run_once as true is triggered, not affecting other hosts as expected.(https://github.com/ansible/ansible/issues/83292) \ No newline at end of file