Proper author info for all remaining modules

This commit is contained in:
Greg DeKoenigsberg
2015-06-15 15:53:30 -04:00
committed by Matt Clay
parent 18ca7aee07
commit eb881d7d5d
76 changed files with 131 additions and 76 deletions

View File

@@ -66,7 +66,7 @@ notes:
requirements:
- "python >= 2.6"
- "python-keyczar"
author: James Cammarata
author: "James Cammarata (@jimi-c)"
'''
EXAMPLES = '''

View File

@@ -45,7 +45,9 @@ options:
notes:
- See the advanced playbooks chapter for more about using fireball mode.
requirements: [ "zmq", "keyczar" ]
author: Michael DeHaan
author:
- "Ansible Core Team"
- "Michael DeHaan"
'''
EXAMPLES = '''

View File

@@ -31,7 +31,9 @@ options:
- "A string expression of the same form that can be passed to the 'when' statement"
- "Alternatively, a list of string expressions"
required: true
author: Michael DeHaan
author:
- "Ansible Core Team"
- "Michael DeHaan"
'''
EXAMPLES = '''

View File

@@ -43,7 +43,9 @@ options:
notes:
- See also U(http://docs.ansible.com/playbooks_async.html)
requirements: []
author: Michael DeHaan
author:
- "Ansible Core Team"
- "Michael DeHaan"
'''
import datetime

View File

@@ -38,7 +38,9 @@ options:
var:
description:
- A variable name to debug. Mutually exclusive with the 'msg' option.
author: Dag Wieers, Michael DeHaan
author:
- "Dag Wieers (@dagwieers)"
- "Michael DeHaan"
'''
EXAMPLES = '''

View File

@@ -34,7 +34,7 @@ options:
required: false
default: "'Failed as requested from task'"
author: Dag Wieers
author: "Dag Wieers (@dagwieers)"
'''
EXAMPLES = '''

View File

@@ -10,7 +10,7 @@
DOCUMENTATION = '''
---
author: Benno Joy
author: "Benno Joy (@bennojoy)"
module: include_vars
short_description: Load variables from files, dynamically within a task.
description:

View File

@@ -25,7 +25,7 @@ options:
- Optional text to use for the prompt message.
required: false
default: null
author: Tim Bielawa
author: "Tim Bielawa (@tbielawa)"
'''
EXAMPLES = '''

View File

@@ -20,7 +20,7 @@
DOCUMENTATION = '''
---
author: Dag Wieers
author: "Dag Wieers (@dagwieers)"
module: set_fact
short_description: Set host facts from a task
description:

View File

@@ -101,7 +101,10 @@ options:
notes:
- The ability to use search_regex with a port connection was added in 1.7.
requirements: []
author: Jeroen Hoekx, John Jarvis, Andrii Radyk
author:
- "Jeroen Hoekx (@jhoekx)"
- "John Jarvis (@jarv)"
- "Andrii Radyk (@AnderEnder)"
'''
EXAMPLES = '''