mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
moar quotes
This commit is contained in:
parent
c4f52f62f7
commit
2753cd186a
27 changed files with 32 additions and 27 deletions
|
@ -30,6 +30,9 @@ description:
|
|||
- Manages symbolic links using the 'update-alternatives' tool
|
||||
- Useful when multiple programs are installed but provide similar functionality (e.g. different editors).
|
||||
version_added: "1.6"
|
||||
author:
|
||||
- '"David Wittman (@DavidWittman)" <dwittman@gmail.com>'
|
||||
- '"Gabe Mulley (@mulby)" <gabe.mulley@gmail.com>'
|
||||
options:
|
||||
name:
|
||||
description:
|
||||
|
|
|
@ -59,7 +59,7 @@ options:
|
|||
default: false
|
||||
requirements:
|
||||
- at
|
||||
author: Richard Isaacson
|
||||
author: '"Richard Isaacson (@risaacson)" <richard.c.isaacson@gmail.com>'
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
|
|
@ -50,7 +50,7 @@ notes:
|
|||
and flags to compare, so you will want to ensure that your capabilities
|
||||
argument matches the final capabilities.
|
||||
requirements: []
|
||||
author: Nate Coraor <nate@bx.psu.edu>
|
||||
author: '"Nate Coraor (@natefoo)" <nate@bx.psu.edu>'
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
|
|
@ -69,7 +69,7 @@ options:
|
|||
|
||||
notes: []
|
||||
requirements: []
|
||||
author: Steve <yo@groks.org>
|
||||
author: '"Steve (@groks)" <yo@groks.org>'
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
DOCUMENTATION = '''
|
||||
---
|
||||
author: Alexander Bulimov
|
||||
author: '"Alexander Bulimov (@abulimov)" <lazywolf0@gmail.com>'
|
||||
module: filesystem
|
||||
short_description: Makes file system on block device
|
||||
description:
|
||||
|
|
|
@ -69,7 +69,7 @@ options:
|
|||
notes:
|
||||
- Not tested on any debian based system.
|
||||
requirements: [ firewalld >= 0.2.11 ]
|
||||
author: Adam Miller <maxamillion@fedoraproject.org>
|
||||
author: '"Adam Miller (@maxamillion)" <maxamillion@fedoraproject.org>'
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
DOCUMENTATION = '''
|
||||
---
|
||||
author: Alexander Bulimov
|
||||
author: '"Alexander Bulimov (@abulimov)" <lazywolf0@gmail.com>'
|
||||
module: lvg
|
||||
short_description: Configure LVM volume groups
|
||||
description:
|
||||
|
|
|
@ -20,7 +20,9 @@
|
|||
|
||||
DOCUMENTATION = '''
|
||||
---
|
||||
author: Jeroen Hoekx
|
||||
author:
|
||||
- '"Jeroen Hoekx (@jhoekx)" <jeroen.hoekx@dsquare.be>'
|
||||
- '"Alexander Bulimov (@abulimov)" <lazywolf0@gmail.com>'
|
||||
module: lvol
|
||||
short_description: Configure LVM logical volumes
|
||||
description:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue