1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

docs fixes

This commit is contained in:
Toshio Kuratomi 2015-09-28 08:22:59 -07:00 committed by Matt Clay
parent fa82572f01
commit 4350ed28c3

View file

@ -91,9 +91,8 @@ EXAMPLES = '''
RETURN = ''' RETURN = '''
task: task:
description: details about the tast that was started description: details about the tast that was started
type: array of dict type: complex
sample: [ clusterArn, containerInstanceArn, containers[], desiredStatus, lastStatus sample: "TODO: include sample"
overrides, startedBy, taskArn, taskDefinitionArn ]
''' '''
try: try:
import json import json