summaryrefslogtreecommitdiffstats
path: root/changelogs
diff options
context:
space:
mode:
authorMartin Krizek <martin.krizek@gmail.com>2024-10-04 09:47:28 +0200
committerGitHub <noreply@github.com>2024-10-04 09:47:28 +0200
commit0f4f05ebe4545297d870433d8f46abe62b1f728f (patch)
tree1488c24b002d6310c63b3c122db51d3eb24da76c /changelogs
parentFix error message given by ansible.module_utils.facts.timeout.timeout (#83945) (diff)
downloadansible-0f4f05ebe4545297d870433d8f46abe62b1f728f.tar.xz
ansible-0f4f05ebe4545297d870433d8f46abe62b1f728f.zip
Implicit flush_handlers inherit play tags (#83968)
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/fragments/skip-handlers-tagged-play.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/skip-handlers-tagged-play.yml b/changelogs/fragments/skip-handlers-tagged-play.yml
new file mode 100644
index 0000000000..755308eafb
--- /dev/null
+++ b/changelogs/fragments/skip-handlers-tagged-play.yml
@@ -0,0 +1,2 @@
+bugfixes:
+ - "Do not run implicit ``flush_handlers`` meta tasks when the whole play is excluded from the run due to tags specified."