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
@@ -20,6 +20,7 @@ DOCUMENTATION = '''
|
||||
---
|
||||
module: apache2_module
|
||||
version_added: 1.6
|
||||
author: "Christian Berendt (@berendt)"
|
||||
short_description: enables/disables a module of the Apache2 webserver
|
||||
description:
|
||||
- Enables or disables a specified module of the Apache2 webserver.
|
||||
|
||||
@@ -92,7 +92,7 @@ notes:
|
||||
- To be able to use the migrate command, you must have south installed and added as an app in your settings
|
||||
- To be able to use the collectstatic command, you must have enabled staticfiles in your settings
|
||||
requirements: [ "virtualenv", "django" ]
|
||||
author: Scott Anderson
|
||||
author: "Scott Anderson (@tastychutney)"
|
||||
'''
|
||||
|
||||
EXAMPLES = """
|
||||
|
||||
@@ -66,7 +66,7 @@ notes:
|
||||
- "On Debian, Ubuntu, or Fedora: install I(python-passlib)."
|
||||
- "On RHEL or CentOS: Enable EPEL, then install I(python-passlib)."
|
||||
requires: [ passlib>=1.6 ]
|
||||
author: Lorin Hochstein
|
||||
author: "Lorin Hochstein (@lorin)"
|
||||
"""
|
||||
|
||||
EXAMPLES = """
|
||||
|
||||
@@ -75,7 +75,9 @@ notes:
|
||||
- When C(state) = I(present), the module will call C(supervisorctl reread) then C(supervisorctl add) if the program/group does not exist.
|
||||
- When C(state) = I(restarted), the module will call C(supervisorctl update) then call C(supervisorctl restart).
|
||||
requirements: [ "supervisorctl" ]
|
||||
author: Matt Wright, Aaron Wang <inetfuture@gmail.com>
|
||||
author:
|
||||
- "Matt Wright (@mattupstate)"
|
||||
- "Aaron Wang (@inetfuture) <inetfuture@gmail.com>"
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
||||
Reference in New Issue
Block a user