Fix exception when including tasks from handlers (#47307)

Set _notified_handlers for the task's _uuid that is run as a handler

Fix #47287
This commit is contained in:
Pablo 2018-10-22 17:46:36 +02:00 committed by Matt Martz
commit 6497049f2a
4 changed files with 25 additions and 1 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- "handlers - fix crash when handler task include tasks"