diff options
author | Martin Krizek <martin.krizek@gmail.com> | 2024-10-04 09:47:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-04 09:47:28 +0200 |
commit | 0f4f05ebe4545297d870433d8f46abe62b1f728f (patch) | |
tree | 1488c24b002d6310c63b3c122db51d3eb24da76c /changelogs | |
parent | Fix error message given by ansible.module_utils.facts.timeout.timeout (#83945) (diff) | |
download | ansible-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.yml | 2 |
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." |