mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
more string corrections
This commit is contained in:
parent
bab763de89
commit
d344a3fde3
33 changed files with 44 additions and 37 deletions
|
@ -25,11 +25,11 @@ options:
|
|||
required: true
|
||||
url:
|
||||
description:
|
||||
- Service URL for the web client
|
||||
- Service URL for the web client
|
||||
required: false
|
||||
icon_url:
|
||||
description:
|
||||
- Icon for the service
|
||||
- Icon for the service
|
||||
required: false
|
||||
validate_certs:
|
||||
description:
|
||||
|
@ -39,7 +39,7 @@ options:
|
|||
default: 'yes'
|
||||
choices: ['yes', 'no']
|
||||
version_added: 1.5.1
|
||||
author: Jonas Pfenniger <zimbatm@zimbatm.com>
|
||||
author: '"Jonas Pfenniger (@zimbatm)" <zimbatm@zimbatm.com>'
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
|
|
@ -80,7 +80,9 @@ options:
|
|||
|
||||
# informational: requirements for nodes
|
||||
requirements: [ socket ]
|
||||
author: Jan-Piet Mens, Matt Martz
|
||||
author:
|
||||
- '"Jan-Piet Mens (@jpmens)"'
|
||||
- '"Matt Martz (@sivel)"'
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
DOCUMENTATION = """
|
||||
---
|
||||
author: Dag Wieers
|
||||
author: '"Dag Wieers (@dagwieers)" <dag@wieers.com>'
|
||||
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
|
||||
author: '"Matt Martz (@sivel)" <matt@sivel.net>'
|
||||
options:
|
||||
api_key:
|
||||
description:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue