mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 13:50:22 -07:00
Changes to author formatting, remove emails
This commit is contained in:
parent
f98648bf6f
commit
c65a612d1f
111 changed files with 123 additions and 123 deletions
|
@ -43,7 +43,7 @@ options:
|
|||
|
||||
# informational: requirements for nodes
|
||||
requirements: [ urllib2, cgi ]
|
||||
author: '"Adam Garside (@fabulops)" <adam.garside@gmail.com>'
|
||||
author: "Adam Garside (@fabulops)"
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
|
|
@ -22,7 +22,7 @@ DOCUMENTATION = '''
|
|||
---
|
||||
module: flowdock
|
||||
version_added: "1.2"
|
||||
author: '"Matt Coddington (@mcodd)" <coddington@gmail.com>'
|
||||
author: "Matt Coddington (@mcodd)"
|
||||
short_description: Send a message to a flowdock
|
||||
description:
|
||||
- Send a message to a flowdock team inbox or chat using the push API (see https://www.flowdock.com/api/team-inbox and https://www.flowdock.com/api/chat)
|
||||
|
|
|
@ -39,7 +39,7 @@ options:
|
|||
default: 'yes'
|
||||
choices: ['yes', 'no']
|
||||
version_added: 1.5.1
|
||||
author: '"Jonas Pfenniger (@zimbatm)" <zimbatm@zimbatm.com>'
|
||||
author: "Jonas Pfenniger (@zimbatm)"
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
DOCUMENTATION = """
|
||||
---
|
||||
author: '"Dag Wieers (@dagwieers)" <dag@wieers.com>'
|
||||
author: "Dag Wieers (@dagwieers)"
|
||||
module: mail
|
||||
short_description: Send an email
|
||||
description:
|
||||
|
|
|
@ -24,7 +24,7 @@ short_description: Send a SMS via nexmo
|
|||
description:
|
||||
- Send a SMS message via nexmo
|
||||
version_added: 1.6
|
||||
author: '"Matt Martz (@sivel)" <matt@sivel.net>'
|
||||
author: "Matt Martz (@sivel)"
|
||||
options:
|
||||
api_key:
|
||||
description:
|
||||
|
|
|
@ -48,7 +48,7 @@ options:
|
|||
description: Message priority (see u(https://pushover.net) for details.)
|
||||
required: false
|
||||
|
||||
author: '"Jim Richardson (@weaselkeeper)" <weaselkeeper@gmail.com>'
|
||||
author: "Jim Richardson (@weaselkeeper)"
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
|
|
@ -53,7 +53,7 @@ options:
|
|||
the desired subject for the email
|
||||
required: true
|
||||
|
||||
author: '"Matt Makai (@makaimc)" <matthew.makai@gmail.com>'
|
||||
author: "Matt Makai (@makaimc)"
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
|
|
@ -24,7 +24,7 @@ short_description: Send Slack notifications
|
|||
description:
|
||||
- The M(slack) module sends notifications to U(http://slack.com) via the Incoming WebHook integration
|
||||
version_added: 1.6
|
||||
author: '"Ramon de la Fuente (@ramondelafuente)" <ramon@delafuente.nl>'
|
||||
author: "Ramon de la Fuente (@ramondelafuente)"
|
||||
options:
|
||||
domain:
|
||||
description:
|
||||
|
|
|
@ -24,7 +24,7 @@ short_description: Send Amazon Simple Notification Service (SNS) messages
|
|||
description:
|
||||
- The M(sns) module sends notifications to a topic on your Amazon SNS account
|
||||
version_added: 1.6
|
||||
author: '"Michael J. Schultz (@mjschultz)" <mjschultz@gmail.com>'
|
||||
author: "Michael J. Schultz (@mjschultz)"
|
||||
options:
|
||||
msg:
|
||||
description:
|
||||
|
|
|
@ -58,7 +58,7 @@ options:
|
|||
(multimedia message) instead of a plain SMS
|
||||
required: false
|
||||
|
||||
author: '"Matt Makai (@makaimc)" <matthew.makai@gmail.com>'
|
||||
author: "Matt Makai (@makaimc)"
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
|
|
@ -26,7 +26,7 @@ options:
|
|||
- message body
|
||||
required: true
|
||||
requirements: [ urllib, urllib2, json ]
|
||||
author: '"Takashi Someda (@tksmd)" <someda@isenshi.com>'
|
||||
author: "Takashi Someda (@tksmd)"
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue