Skip to content

Commit 0565117

Browse files
authored
Update checkpoint.py
1 parent 4b969fa commit 0565117

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugins/module_utils/checkpoint.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ def api_command(module, command):
213213
if 'task-id' in task:
214214
task_id = task['task-id']
215215
response[task_id] = wait_for_task(module, version, connection, task['task-id'])
216+
del response['tasks']
216217

217218
result[command] = response
218219
else:

0 commit comments

Comments
 (0)