mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-28 11:10:21 -07:00
lmn*: style adjustments (#9528)
* lmn*: style adjustments * Apply suggestions from code review * Apply suggestions from code review Co-authored-by: Felix Fontein <felix@fontein.de> --------- Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
aac7199087
commit
838cdaab42
43 changed files with 440 additions and 378 deletions
|
@ -13,7 +13,8 @@ DOCUMENTATION = r"""
|
|||
module: librato_annotation
|
||||
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.
|
||||
- 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)"
|
||||
requirements: []
|
||||
extends_documentation_fragment:
|
||||
|
@ -49,13 +50,15 @@ options:
|
|||
source:
|
||||
type: str
|
||||
description:
|
||||
- A string which describes the originating source of an annotation when that annotation is tracked across multiple members of a population.
|
||||
- A string which describes the originating source of an annotation when that annotation is tracked across multiple members
|
||||
of a population.
|
||||
required: false
|
||||
description:
|
||||
type: str
|
||||
description:
|
||||
- The description contains extra metadata about a particular annotation.
|
||||
- The description should contain specifics on the individual annotation for example V(Deployed 9b562b2 shipped new feature foo!).
|
||||
- The description should contain specifics on the individual annotation for example V(Deployed 9b562b2 shipped new feature
|
||||
foo!).
|
||||
required: false
|
||||
start_time:
|
||||
type: int
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue