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
|
@ -22,9 +22,9 @@
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: homebrew
|
||||
author:
|
||||
- "Daniel Jaouen (@danieljaouen)" <dcj24@cornell.edu>
|
||||
- "Andrew Dunham (@andrew-d)" <andrew@du.nham.ca>
|
||||
author:
|
||||
- '"Daniel Jaouen (@danieljaouen)" <dcj24@cornell.edu>'
|
||||
- '"Andrew Dunham (@andrew-d)" <andrew@du.nham.ca>'
|
||||
short_description: Package manager for Homebrew
|
||||
description:
|
||||
- Manages Homebrew packages
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: homebrew_cask
|
||||
author: Daniel Jaouen
|
||||
author: '"Daniel Jaouen (@danieljaouen)" <dcj24@cornell.edu>'
|
||||
short_description: Install/uninstall homebrew casks.
|
||||
description:
|
||||
- Manages Homebrew casks.
|
||||
|
|
|
@ -24,7 +24,7 @@ import re
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: homebrew_tap
|
||||
author: Daniel Jaouen
|
||||
author: '"Daniel Jaouen (@danieljaouen)" <dcj24@cornell.edu>'
|
||||
short_description: Tap a Homebrew repository.
|
||||
description:
|
||||
- Tap external Homebrew repositories.
|
||||
|
|
|
@ -25,7 +25,7 @@ from urllib2 import Request, urlopen, URLError
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: layman
|
||||
author: Jakub Jirutka
|
||||
author: '"Jakub Jirutka (@jirutka)" <jakub@jirutka.cz>'
|
||||
version_added: "1.6"
|
||||
short_description: Manage Gentoo overlays
|
||||
description:
|
||||
|
|
|
@ -25,7 +25,7 @@ import syslog
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: openbsd_pkg
|
||||
author: Patrik Lundin
|
||||
author: '"Patrik Lundin (@eest)" <patrik.lundin.swe@gmail.com>'
|
||||
version_added: "1.1"
|
||||
short_description: Manage packages on OpenBSD.
|
||||
description:
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: opkg
|
||||
author: Patrick Pelletier
|
||||
author: '"Patrick Pelletier (@skinp)" <pp.pelletier@gmail.com>'
|
||||
short_description: Package manager for OpenWrt
|
||||
description:
|
||||
- Manages OpenWrt packages
|
||||
|
|
|
@ -31,7 +31,7 @@ import re
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: zypper
|
||||
author: Patrick Callahan
|
||||
author: '"Patrick Callahan (@dirtyharrycallahan)" <pmc@patrickcallahan.com>'
|
||||
version_added: "1.2"
|
||||
short_description: Manage packages on SUSE and openSUSE
|
||||
description:
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: zypper_repository
|
||||
author: Matthias Vogelgesang
|
||||
author: '"Matthias Vogelgesang (@matze)" <matthias.vogelgesang@gmail.com>'
|
||||
version_added: "1.4"
|
||||
short_description: Add and remove Zypper repositories
|
||||
description:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue