mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-05 16:04:09 -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
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue