mirror of
https://github.com/ansible/awx.git
synced 2026-03-01 16:58:46 -03:30
Merge pull request #11462 from AlanCoding/forgot_this
Add the cancel_callback to system job interface
This commit is contained in:
@@ -1529,6 +1529,7 @@ class BaseTask(object):
|
|||||||
event_handler=self.event_handler,
|
event_handler=self.event_handler,
|
||||||
finished_callback=self.finished_callback,
|
finished_callback=self.finished_callback,
|
||||||
status_handler=self.status_handler,
|
status_handler=self.status_handler,
|
||||||
|
cancel_callback=self.cancel_callback,
|
||||||
**params,
|
**params,
|
||||||
)
|
)
|
||||||
else:
|
else:
|
||||||
|
|||||||
Reference in New Issue
Block a user