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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue