more ansible runner isolated cleanup

follow-up to https://github.com/ansible/awx/pull/6296
This commit is contained in:
Ryan Petrello
2020-04-07 19:00:15 -04:00
parent 6ad6f48ff0
commit 6b4219badb
2 changed files with 1 additions and 12 deletions

View File

@@ -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