mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 04:40:22 -07:00
Changes to author formatting, remove emails
This commit is contained in:
parent
f98648bf6f
commit
c65a612d1f
111 changed files with 123 additions and 123 deletions
|
@ -25,7 +25,7 @@ short_description: Manage bower packages with bower
|
|||
description:
|
||||
- Manage bower packages with bower
|
||||
version_added: 1.9
|
||||
author: '"Michael Warkentin (@mwarkentin)" <mwarkentin@gmail.com>'
|
||||
author: "Michael Warkentin (@mwarkentin)"
|
||||
options:
|
||||
name:
|
||||
description:
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: composer
|
||||
author: '"Dimitrios Tydeas Mengidis (@dmtrs)" <tydeas.dr@gmail.com>'
|
||||
author: "Dimitrios Tydeas Mengidis (@dmtrs)"
|
||||
short_description: Dependency Manager for PHP
|
||||
version_added: "1.6"
|
||||
description:
|
||||
|
|
|
@ -73,7 +73,7 @@ examples:
|
|||
description: Install I(Dancer) perl package from a specific mirror
|
||||
notes:
|
||||
- Please note that U(http://search.cpan.org/dist/App-cpanminus/bin/cpanm, cpanm) must be installed on the remote host.
|
||||
author: '"Franck Cuny (@franckcuny)" <franck@lumberjaph.net>'
|
||||
author: "Franck Cuny (@franckcuny)"
|
||||
'''
|
||||
|
||||
def _is_package_installed(module, name, locallib, cpanm):
|
||||
|
|
|
@ -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 (@chrisisbeef)" <chris.schmidt () contrastsecurity.com>'
|
||||
author: "Chris Schmidt (@chrisisbeef)"
|
||||
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 (@chrishoffman)" <christopher.hoffman@gmail.com>'
|
||||
author: "Chris Hoffman (@chrishoffman)"
|
||||
options:
|
||||
name:
|
||||
description:
|
||||
|
|
|
@ -102,7 +102,7 @@ notes: []
|
|||
requirements:
|
||||
- dnf
|
||||
- yum-utils (for repoquery)
|
||||
author: '"Cristian van Ee (@DJMuggs)" <cristian at cvee.org>'
|
||||
author: "Cristian van Ee (@DJMuggs)"
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
|
|
@ -23,8 +23,8 @@ DOCUMENTATION = '''
|
|||
---
|
||||
module: homebrew
|
||||
author:
|
||||
- '"Daniel Jaouen (@danieljaouen)" <dcj24@cornell.edu>'
|
||||
- '"Andrew Dunham (@andrew-d)" <andrew@du.nham.ca>'
|
||||
- "Daniel Jaouen (@danieljaouen)"
|
||||
- "Andrew Dunham (@andrew-d)"
|
||||
short_description: Package manager for Homebrew
|
||||
description:
|
||||
- Manages Homebrew packages
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: homebrew_cask
|
||||
author: '"Daniel Jaouen (@danieljaouen)" <dcj24@cornell.edu>'
|
||||
author: "Daniel Jaouen (@danieljaouen)"
|
||||
short_description: Install/uninstall homebrew casks.
|
||||
description:
|
||||
- Manages Homebrew casks.
|
||||
|
|
|
@ -24,7 +24,7 @@ import re
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: homebrew_tap
|
||||
author: '"Daniel Jaouen (@danieljaouen)" <dcj24@cornell.edu>'
|
||||
author: "Daniel Jaouen (@danieljaouen)"
|
||||
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 (@jirutka)" <jakub@jirutka.cz>'
|
||||
author: "Jakub Jirutka (@jirutka)"
|
||||
version_added: "1.6"
|
||||
short_description: Manage Gentoo overlays
|
||||
description:
|
||||
|
|
|
@ -25,7 +25,7 @@ import syslog
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: openbsd_pkg
|
||||
author: '"Patrik Lundin (@eest)" <patrik.lundin.swe@gmail.com>'
|
||||
author: "Patrik Lundin (@eest)"
|
||||
version_added: "1.1"
|
||||
short_description: Manage packages on OpenBSD.
|
||||
description:
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: opkg
|
||||
author: '"Patrick Pelletier (@skinp)" <pp.pelletier@gmail.com>'
|
||||
author: "Patrick Pelletier (@skinp)"
|
||||
short_description: Package manager for OpenWrt
|
||||
description:
|
||||
- Manages OpenWrt packages
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: pkg5
|
||||
author: '"Peter Oliver (@mavit)" <ansible@mavit.org.uk>'
|
||||
author: "Peter Oliver (@mavit)"
|
||||
short_description: Manages packages with the Solaris 11 Image Packaging System
|
||||
description:
|
||||
- IPS packages are the native packages in Solaris 11 and higher.
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: pkg5_publisher
|
||||
author: '"Peter Oliver (@mavit)" <ansible@mavit.org.uk>'
|
||||
author: "Peter Oliver (@mavit)"
|
||||
short_description: Manages Solaris 11 Image Packaging System publishers
|
||||
description:
|
||||
- IPS packages are the native packages in Solaris 11 and higher.
|
||||
|
|
|
@ -31,8 +31,8 @@ description:
|
|||
or any OS that uses C(pkgsrc). (Home: U(http://pkgin.net/))"
|
||||
version_added: "1.0"
|
||||
author:
|
||||
- '"Larry Gilbert (L2G)" <larry@L2G.to>'
|
||||
- '"Shaun Zinck (@szinck)" <shaun.zinck at gmail.com>'
|
||||
- "Larry Gilbert (L2G)"
|
||||
- "Shaun Zinck (@szinck)"
|
||||
notes:
|
||||
- "Known bug with pkgin < 0.8.0: if a package is removed and another
|
||||
package depends on it, the other package will be silently removed as
|
||||
|
|
|
@ -63,7 +63,7 @@ options:
|
|||
for newer pkgng versions, specify a the name of a repository
|
||||
configured in /usr/local/etc/pkg/repos
|
||||
required: false
|
||||
author: '"bleader (@bleader)" <bleader@ratonland.org>'
|
||||
author: "bleader (@bleader)"
|
||||
notes:
|
||||
- When using pkgsite, be careful that already in cache packages won't be downloaded again.
|
||||
'''
|
||||
|
|
|
@ -32,7 +32,7 @@ description:
|
|||
- Pkgutil is an advanced packaging system, which resolves dependency on installation.
|
||||
It is designed for CSW packages.
|
||||
version_added: "1.3"
|
||||
author: '"Alexander Winkler (@dermute)" <mail () winkler-alexander.de>'
|
||||
author: "Alexander Winkler (@dermute)"
|
||||
options:
|
||||
name:
|
||||
description:
|
||||
|
|
|
@ -43,7 +43,7 @@ options:
|
|||
choices: [ 'yes', 'no' ]
|
||||
required: false
|
||||
default: yes
|
||||
author: '"berenddeboer (@berenddeboer)" <berend@pobox.com>'
|
||||
author: "berenddeboer (@berenddeboer)"
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
|
|
@ -29,7 +29,7 @@ description:
|
|||
- Will install, upgrade and remove packages with swdepot package manager (HP-UX)
|
||||
version_added: "1.4"
|
||||
notes: []
|
||||
author: '"Raul Melo (@melodous)" <raulmelo@gmail.com>'
|
||||
author: "Raul Melo (@melodous)"
|
||||
options:
|
||||
name:
|
||||
description:
|
||||
|
|
|
@ -57,7 +57,7 @@ options:
|
|||
required: false
|
||||
default: yes
|
||||
choices: [ "yes", "no" ]
|
||||
author: '"Philippe Makowski (@pmakowski)" <philippem@mageia.org>'
|
||||
author: "Philippe Makowski (@pmakowski)"
|
||||
notes: []
|
||||
'''
|
||||
|
||||
|
|
|
@ -31,7 +31,7 @@ import re
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: zypper
|
||||
author: '"Patrick Callahan (@dirtyharrycallahan)" <pmc@patrickcallahan.com>'
|
||||
author: "Patrick Callahan (@dirtyharrycallahan)"
|
||||
version_added: "1.2"
|
||||
short_description: Manage packages on SUSE and openSUSE
|
||||
description:
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: zypper_repository
|
||||
author: '"Matthias Vogelgesang (@matze)" <matthias.vogelgesang@gmail.com>'
|
||||
author: "Matthias Vogelgesang (@matze)"
|
||||
version_added: "1.4"
|
||||
short_description: Add and remove Zypper repositories
|
||||
description:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue