mirror of
https://github.com/ansible/awx.git
synced 2026-05-09 02:17:37 -02:30
process host facts for iso runs
* Move isolated clean to our final run hook * ISO and non-iso code path now share the post-fact-processing code
This commit is contained in:
@@ -366,5 +366,4 @@ class IsolatedManager(object):
|
||||
event_data = {'event': 'EOF', 'final_counter': 0}
|
||||
event_data.setdefault(self.event_data_key, self.instance.id)
|
||||
CallbackQueueDispatcher().dispatch(event_data)
|
||||
self.cleanup()
|
||||
return status, rc
|
||||
|
||||
Reference in New Issue
Block a user