add author tag in doc
This commit is contained in:
parent
dca0d4a08c
commit
b9aef8beb2
2 changed files with 2 additions and 0 deletions
|
@ -21,6 +21,7 @@ short_description: register a task definition in ecs
|
||||||
description:
|
description:
|
||||||
- Creates or terminates task definitions
|
- Creates or terminates task definitions
|
||||||
version_added: "2.0"
|
version_added: "2.0"
|
||||||
|
author: Mark Chance(@Java1Guy)
|
||||||
requirements: [ json, boto, botocore, boto3 ]
|
requirements: [ json, boto, botocore, boto3 ]
|
||||||
options:
|
options:
|
||||||
state:
|
state:
|
||||||
|
|
|
@ -21,6 +21,7 @@ short_description: return facts about task definitions in ecs
|
||||||
description:
|
description:
|
||||||
- Describes or lists task definitions.
|
- Describes or lists task definitions.
|
||||||
version_added: 2.0
|
version_added: 2.0
|
||||||
|
author: Mark Chance(@Java1Guy)
|
||||||
requirements: [ json, os, boto, botocore, boto3 ]
|
requirements: [ json, os, boto, botocore, boto3 ]
|
||||||
options:
|
options:
|
||||||
details:
|
details:
|
||||||
|
|
Loading…
Reference in a new issue