mirror of
https://github.com/ansible/awx.git
synced 2026-02-20 04:30:05 -03:30
updated output
This commit is contained in:
@@ -147,10 +147,6 @@ def main():
|
||||
timeout=timeout, interval=interval
|
||||
)
|
||||
|
||||
# Format data to keep legacy compatability.
|
||||
for k in ('id', 'status', 'elapsed', 'started', 'finished'):
|
||||
module.json_output[k] = result['json'].get(k)
|
||||
|
||||
module.exit_json(**module.json_output)
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
||||
Reference in New Issue
Block a user