We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b969fa commit 0565117Copy full SHA for 0565117
1 file changed
plugins/module_utils/checkpoint.py
@@ -213,6 +213,7 @@ def api_command(module, command):
213
if 'task-id' in task:
214
task_id = task['task-id']
215
response[task_id] = wait_for_task(module, version, connection, task['task-id'])
216
+ del response['tasks']
217
218
result[command] = response
219
else:
0 commit comments