mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-28 11:10:21 -07:00
adjust doc style - batch 2 (#9447)
This commit is contained in:
parent
040cd0ca50
commit
5f47127ef7
21 changed files with 47 additions and 47 deletions
|
@ -11,7 +11,7 @@ __metaclass__ = type
|
|||
|
||||
DOCUMENTATION = r"""
|
||||
module: librato_annotation
|
||||
short_description: Create an annotation in librato
|
||||
short_description: Create an annotation in Librato
|
||||
description:
|
||||
- Create an annotation event on the given annotation stream :name. If the annotation stream does not exist, it will be created automatically.
|
||||
author: "Seth Edwards (@Sedward)"
|
||||
|
@ -32,7 +32,7 @@ options:
|
|||
api_key:
|
||||
type: str
|
||||
description:
|
||||
- Librato account api key.
|
||||
- Librato account API key.
|
||||
required: true
|
||||
name:
|
||||
type: str
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue