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:
|
||||
- Creates or terminates task definitions
|
||||
version_added: "2.0"
|
||||
author: Mark Chance(@Java1Guy)
|
||||
requirements: [ json, boto, botocore, boto3 ]
|
||||
options:
|
||||
state:
|
||||
|
|
|
@ -21,6 +21,7 @@ short_description: return facts about task definitions in ecs
|
|||
description:
|
||||
- Describes or lists task definitions.
|
||||
version_added: 2.0
|
||||
author: Mark Chance(@Java1Guy)
|
||||
requirements: [ json, os, boto, botocore, boto3 ]
|
||||
options:
|
||||
details:
|
||||
|
|
Loading…
Add table
Reference in a new issue