From 953d382aa58d0b03c73b8bb33fec554d614f7dd8 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Mon, 28 Sep 2015 08:22:59 -0700 Subject: [PATCH] docs fixes --- cloud/amazon/ecs_task.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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