mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-28 07:31:23 -07:00
Proper author info for all remaining modules
This commit is contained in:
parent
18ca7aee07
commit
eb881d7d5d
76 changed files with 131 additions and 76 deletions
|
@ -85,7 +85,7 @@ notes:
|
|||
- Also note that I(virtualenv) must be installed on the remote host if the
|
||||
C(virtualenv) parameter is specified.
|
||||
requirements: [ "virtualenv" ]
|
||||
author: Matt Wright
|
||||
author: "Matt Wright (@mattupstate)"
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
|
|
@ -78,7 +78,9 @@ options:
|
|||
- Allow adding build flags for gem compilation
|
||||
required: false
|
||||
version_added: "2.0"
|
||||
author: Johan Wiren
|
||||
author:
|
||||
- "Ansible Core Team"
|
||||
- "Johan Wiren"
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
|
|
@ -100,7 +100,7 @@ options:
|
|||
notes:
|
||||
- Please note that virtualenv (U(http://www.virtualenv.org/)) must be installed on the remote host if the virtualenv parameter is specified and the virtualenv needs to be initialized.
|
||||
requirements: [ "virtualenv", "pip" ]
|
||||
author: Matt Wright
|
||||
author: "Matt Wright (@mattupstate)"
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue