mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-16 01:45:25 -07:00
fix doc parsing by correctly quoting author
This commit is contained in:
parent
6f28497f8c
commit
c4f52f62f7
24 changed files with 25 additions and 25 deletions
|
@ -22,7 +22,7 @@ DOCUMENTATION = '''
|
|||
---
|
||||
module: airbrake_deployment
|
||||
version_added: "1.2"
|
||||
author: Bruce Pennypacker
|
||||
author: '"Bruce Pennypacker (@bpennypacker)" <bruce@pennypacker.org>'
|
||||
short_description: Notify airbrake about app deployments
|
||||
description:
|
||||
- Notify airbrake about app deployments (see http://help.airbrake.io/kb/api-2/deploy-tracking)
|
||||
|
|
|
@ -34,7 +34,7 @@ short_description: Manage boundary meters
|
|||
description:
|
||||
- This module manages boundary meters
|
||||
version_added: "1.3"
|
||||
author: curtis@serverascode.com
|
||||
author: '"curtis (@ccollicutt)" <curtis@serverascode.com>'
|
||||
requirements:
|
||||
- Boundary API access
|
||||
- bprobe is required to send data, but not to register a meter
|
||||
|
|
|
@ -14,7 +14,7 @@ description:
|
|||
- "Allows to post events to DataDog (www.datadoghq.com) service."
|
||||
- "Uses http://docs.datadoghq.com/api/#events API."
|
||||
version_added: "1.3"
|
||||
author: Artūras 'arturaz' Šlajus <x11@arturaz.net>
|
||||
author: '"Artūras `arturaz` Šlajus (@arturaz)" <x11@arturaz.net>'
|
||||
notes: []
|
||||
requirements: [urllib2]
|
||||
options:
|
||||
|
|
|
@ -19,8 +19,8 @@
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: logentries
|
||||
author: Ivan Vanderbyl
|
||||
short_description: Module for tracking logs via logentries.com
|
||||
author: '"Ivan Vanderbyl (@ivanvanderbyl)" <ivan@app.io>'
|
||||
short_description: Module for tracking logs via logentries.com
|
||||
description:
|
||||
- Sends logs to LogEntries in realtime
|
||||
version_added: "1.6"
|
||||
|
|
|
@ -39,7 +39,7 @@ options:
|
|||
default: null
|
||||
choices: [ "present", "started", "stopped", "restarted", "monitored", "unmonitored", "reloaded" ]
|
||||
requirements: [ ]
|
||||
author: "Darryl Stoflet (@dstoflet)" <stoflet@gmail.com>
|
||||
author: '"Darryl Stoflet (@dstoflet)" <stoflet@gmail.com>'
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue