mirror of
https://github.com/ansible/awx.git
synced 2026-07-29 08:59:55 -02:30
AdHocCommand support added to task manager
This commit is contained in:
@@ -1756,7 +1756,7 @@ class RunAdHocCommand(BaseTask):
|
||||
'''
|
||||
Hook for actions to run after ad hoc command has completed.
|
||||
'''
|
||||
super(RunAdHocCommand, self).post_run_hook(ad_hoc_command, **kwargs)
|
||||
super(RunAdHocCommand, self).post_run_hook(ad_hoc_command, status, **kwargs)
|
||||
|
||||
|
||||
class RunSystemJob(BaseTask):
|
||||
|
||||
Reference in New Issue
Block a user