mirror of
https://github.com/ansible/awx.git
synced 2026-05-11 19:37:38 -02:30
more ansible runner isolated cleanup
follow-up to https://github.com/ansible/awx/pull/6296
This commit is contained in:
@@ -1466,7 +1466,7 @@ class BaseTask(object):
|
||||
params.get('module'),
|
||||
module_args,
|
||||
ident=str(self.instance.pk))
|
||||
self.event_ct = len(isolated_manager_instance.handled_events)
|
||||
self.finished_callback(None)
|
||||
else:
|
||||
res = ansible_runner.interface.run(**params)
|
||||
status = res.status
|
||||
|
||||
Reference in New Issue
Block a user