mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
more string corrections
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user