diff --git a/cloud/amazon/ecs_task.py b/cloud/amazon/ecs_task.py index 43b312974eb..8a84f74ad43 100644 --- a/cloud/amazon/ecs_task.py +++ b/cloud/amazon/ecs_task.py @@ -92,9 +92,8 @@ EXAMPLES = ''' RETURN = ''' task: description: details about the tast that was started - type: array of dict - sample: [ clusterArn, containerInstanceArn, containers[], desiredStatus, lastStatus - overrides, startedBy, taskArn, taskDefinitionArn ] + type: complex + sample: "TODO: include sample" ''' try: import json