summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorMartin Krizek <martin.krizek@gmail.com>2023-02-15 20:32:48 +0100
committerGitHub <noreply@github.com>2023-02-15 13:32:48 -0600
commit65366f663de7d044f42ae6dd53368fd4c1f88b35 (patch)
treeb4c4014e9c51de9ed30dfb24ea52ad1f1f001e07 /changelogs
parentb2f362e6f1cd1acaa9d3d5443ead50440ff468f2 (diff)
downloadansible-65366f663de7d044f42ae6dd53368fd4c1f88b35.tar.gz
Fix conditionally notified include handlers (#79804) (#79807)
Fixes #79776 (cherry picked from commit 10eda5801ad11f66985251b5c3de481e7b917d3c)
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/fragments/79776-fix-force_handlers-cond-include.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/79776-fix-force_handlers-cond-include.yml b/changelogs/fragments/79776-fix-force_handlers-cond-include.yml
new file mode 100644
index 0000000000..8e94a6ed34
--- /dev/null
+++ b/changelogs/fragments/79776-fix-force_handlers-cond-include.yml
@@ -0,0 +1,2 @@
+bugfixes:
+ - Fix conditionally notifying ``include_tasks` handlers when ``force_handlers`` is used (https://github.com/ansible/ansible/issues/79776)