fix play tags handler regression.patch | (download) |
changelogs/fragments/85475-fix-flush_handlers-play-tags.yml |
2 2 + 0 - 0 !
lib/ansible/playbook/block.py |
4 1 + 3 - 0 !
lib/ansible/playbook/play.py |
14 2 + 12 - 0 !
test/integration/targets/handlers/runme.sh |
7 7 + 0 - 0 !
test/integration/targets/handlers/tagged_play.yml |
12 11 + 1 - 0 !
5 files changed, 23 insertions(+), 16 deletions(-) |
[patch] [stable-2.19] don't special case implicit meta tasks when
filtering on tags (#85805)
* Don't special case implicit meta tasks when filtering on tags
Fixes #85475
(cherry picked from commit 313c6f6b4d643ee40dff0a8b6f767fa4400964ae)
Co-authored-by: Martin Krizek <martin.krizek@gmail.com>
|