mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -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
|
@ -68,7 +68,9 @@ options:
|
|||
- no
|
||||
default: null
|
||||
aliases: []
|
||||
author: Paul Durivage / Trond Hindenes
|
||||
author:
|
||||
- "Paul Durivage (@angstwad)"
|
||||
- "Trond Hindenes (@trondhindenes)"
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
|
|
@ -41,7 +41,7 @@ options:
|
|||
required: false
|
||||
default: yes
|
||||
aliases: []
|
||||
author: Paul Durivage
|
||||
author: "Paul Durivage (@angstwad)"
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
|
|
@ -50,7 +50,7 @@ options:
|
|||
- absent
|
||||
default: present
|
||||
aliases: []
|
||||
author: Chris Hoffman
|
||||
author: "Chris Hoffman (@chrishoffman)"
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
|
|
@ -45,7 +45,7 @@ options:
|
|||
description:
|
||||
- Path to a file created by installing the MSI to prevent from
|
||||
attempting to reinstall the package on every run
|
||||
author: Matt Martz
|
||||
author: "Matt Martz (@sivel)"
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
|
|
@ -35,7 +35,7 @@ options:
|
|||
required: false
|
||||
default: 'pong'
|
||||
aliases: []
|
||||
author: Chris Church
|
||||
author: "Chris Church (@cchurch)"
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
|
|
@ -55,7 +55,7 @@ options:
|
|||
- restarted
|
||||
default: null
|
||||
aliases: []
|
||||
author: Chris Hoffman
|
||||
author: "Chris Hoffman (@chrishoffman)"
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
|
|
@ -38,7 +38,7 @@ options:
|
|||
required: false
|
||||
default: yes
|
||||
aliases: []
|
||||
author: Chris Church
|
||||
author: "Chris Church (@cchurch)"
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
|
|
@ -127,7 +127,9 @@ options:
|
|||
- query
|
||||
default: present
|
||||
aliases: []
|
||||
author: Paul Durivage / Chris Church
|
||||
author:
|
||||
- "Paul Durivage (@angstwad)"
|
||||
- "Chris Church (@cchurch)"
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue