mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Proper author info for all remaining modules
This commit is contained in:
committed by
Matt Clay
parent
18ca7aee07
commit
eb881d7d5d
@@ -21,7 +21,9 @@
|
||||
DOCUMENTATION = '''
|
||||
---
|
||||
module: git
|
||||
author: Michael DeHaan
|
||||
author:
|
||||
- "Ansible Core Team"
|
||||
- "Michael DeHaan"
|
||||
version_added: "0.0.1"
|
||||
short_description: Deploy software (or files) from git checkouts
|
||||
description:
|
||||
|
||||
@@ -32,7 +32,7 @@ short_description: Manages Mercurial (hg) repositories.
|
||||
description:
|
||||
- Manages Mercurial (hg) repositories. Supports SSH, HTTP/S and local address.
|
||||
version_added: "1.0"
|
||||
author: Yeukhon Wong
|
||||
author: "Yeukhon Wong (@yeukhon)"
|
||||
options:
|
||||
repo:
|
||||
description:
|
||||
|
||||
@@ -25,7 +25,7 @@ short_description: Deploys a subversion repository.
|
||||
description:
|
||||
- Deploy given repository URL / revision to dest. If dest exists, update to the specified revision, otherwise perform a checkout.
|
||||
version_added: "0.7"
|
||||
author: Dane Summers, njharman@gmail.com
|
||||
author: "Dane Summers (@dsummersl) <njharman@gmail.com>"
|
||||
notes:
|
||||
- Requires I(svn) to be installed on the client.
|
||||
requirements: []
|
||||
|
||||
Reference in New Issue
Block a user