From 4350ed28c3e10398a2f4617bb4c8fc977414c2bf Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Mon, 28 Sep 2015 08:22:59 -0700 Subject: [PATCH] docs fixes --- lib/ansible/modules/extras/cloud/amazon/ecs_task.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/ansible/modules/extras/cloud/amazon/ecs_task.py b/lib/ansible/modules/extras/cloud/amazon/ecs_task.py index ce9fa2e85a..d8c15fca9c 100644 --- a/lib/ansible/modules/extras/cloud/amazon/ecs_task.py +++ b/lib/ansible/modules/extras/cloud/amazon/ecs_task.py @@ -91,9 +91,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