mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 05:40:23 -07:00
more string corrections
This commit is contained in:
parent
bab763de89
commit
d344a3fde3
33 changed files with 44 additions and 37 deletions
|
@ -37,7 +37,7 @@ description:
|
|||
- Downloads an artifact from a maven repository given the maven coordinates provided to the module. Can retrieve
|
||||
- snapshots or release versions of the artifact and will resolve the latest available version if one is not
|
||||
- available.
|
||||
author: Chris Schmidt <chris.schmidt () contrastsecurity.com>
|
||||
author: '"Chris Schmidt (@chrisisbeef)" <chris.schmidt () contrastsecurity.com>'
|
||||
requirements:
|
||||
- "python >= 2.6"
|
||||
- lxml
|
||||
|
|
|
@ -25,7 +25,7 @@ short_description: Manage node.js packages with npm
|
|||
description:
|
||||
- Manage node.js packages with Node Package Manager (npm)
|
||||
version_added: 1.2
|
||||
author: Chris Hoffman
|
||||
author: '"Chris Hoffman (@chrishoffman)" <christopher.hoffman@gmail.com>'
|
||||
options:
|
||||
name:
|
||||
description:
|
||||
|
|
|
@ -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