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
|
@ -103,7 +103,7 @@ options:
|
|||
notes:
|
||||
- "Requires cli tools for GlusterFS on servers"
|
||||
- "Will add new bricks, but not remove them"
|
||||
author: Taneli Leppä
|
||||
author: '"Taneli Leppä (@rosmo)" <taneli@crasman.fi>'
|
||||
"""
|
||||
|
||||
EXAMPLES = """
|
||||
|
|
|
@ -25,7 +25,7 @@ import re
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: kernel_blacklist
|
||||
author: Matthias Vogelgesang
|
||||
author: '"Matthias Vogelgesang (@matze)" <matthias.vogelgesang@gmail.com>'
|
||||
version_added: 1.4
|
||||
short_description: Blacklist kernel modules
|
||||
description:
|
||||
|
|
|
@ -51,7 +51,7 @@ options:
|
|||
required: no
|
||||
default: present
|
||||
requirements: [ ]
|
||||
author: Matthew Vernon
|
||||
author: '"Matthew Vernon (@mcv21)" <mcv21@cam.ac.uk>'
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
|
|
@ -25,7 +25,10 @@ module: modprobe
|
|||
short_description: Add or remove kernel modules
|
||||
requirements: []
|
||||
version_added: 1.4
|
||||
author: David Stygstra, Julien Dauphant, Matt Jeffery
|
||||
author:
|
||||
- '"David Stygstra (@stygstra)" <david.stygstra@gmail.com>'
|
||||
- Julien Dauphant
|
||||
- Matt Jeffery
|
||||
description:
|
||||
- Add or remove kernel modules.
|
||||
options:
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: open_iscsi
|
||||
author: Serge van Ginderachter
|
||||
author: '"Serge van Ginderachter (@srvg)" <serge@vanginderachter.be>'
|
||||
version_added: "1.4"
|
||||
short_description: Manage iscsi targets with open-iscsi
|
||||
description:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue