mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
Proper author info for all remaining modules
This commit is contained in:
committed by
Matt Clay
parent
18ca7aee07
commit
eb881d7d5d
@@ -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 = '''
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 = '''
|
||||
|
||||
@@ -34,7 +34,7 @@ options:
|
||||
required: false
|
||||
default: "'Failed as requested from task'"
|
||||
|
||||
author: Dag Wieers
|
||||
author: "Dag Wieers (@dagwieers)"
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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 = '''
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
|
||||
DOCUMENTATION = '''
|
||||
---
|
||||
author: Dag Wieers
|
||||
author: "Dag Wieers (@dagwieers)"
|
||||
module: set_fact
|
||||
short_description: Set host facts from a task
|
||||
description:
|
||||
|
||||
@@ -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 = '''
|
||||
|
||||
Reference in New Issue
Block a user