mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-27 23:21:22 -07:00
Fix invalid fields in module DOCUMENATION (#22297)
* fix module doc fields * More module docs corrections * More module docs corrections * More module docs corrections * More module docs corrections * correct aliases * Review comments * Must quote ':' * More authors * Use suboptions: * restore type: bool * type should be in the same place * More tidyups * authors * Use suboptions * revert * remove duplicate author * More issues post rebase
This commit is contained in:
parent
000ca2a2bc
commit
e5b990a55a
138 changed files with 176 additions and 256 deletions
|
@ -59,7 +59,6 @@ options:
|
|||
description:
|
||||
- If package is already installed it, try to upgrade to the latest version or to the specified version.
|
||||
- As of Ansible v2.3 this is deprecated, set parameter C(state) to "latest" for the same result.
|
||||
version_removed: '2.3'
|
||||
choices:
|
||||
- yes
|
||||
- no
|
||||
|
@ -97,7 +96,7 @@ options:
|
|||
execution_timeout:
|
||||
description:
|
||||
- Timeout to pass to the native installer
|
||||
require: false
|
||||
required: false
|
||||
version_added: '2.3'
|
||||
author: "Trond Hindenes (@trondhindenes), Peter Mounce (@petemounce), Pepe Barbe (@elventear), Adam Keech (@smadam813)"
|
||||
'''
|
||||
|
|
|
@ -92,7 +92,7 @@ options:
|
|||
- Wait for the application to terminate.
|
||||
- Only use for non-interactive applications.
|
||||
default: True
|
||||
requires: [ psexec ]
|
||||
requirements: [ psexec ]
|
||||
author: Dag Wieers (@dagwieers)
|
||||
'''
|
||||
|
||||
|
|
|
@ -47,7 +47,7 @@ options:
|
|||
choices:
|
||||
- true
|
||||
- false
|
||||
defaults: false
|
||||
default: false
|
||||
required: false
|
||||
purge:
|
||||
description:
|
||||
|
@ -55,7 +55,7 @@ options:
|
|||
choices:
|
||||
- true
|
||||
- false
|
||||
defaults: false
|
||||
default: false
|
||||
required: false
|
||||
flags:
|
||||
description:
|
||||
|
|
|
@ -25,6 +25,7 @@ ANSIBLE_METADATA = {'status': ['preview'],
|
|||
DOCUMENTATION = r'''
|
||||
---
|
||||
module: win_scheduled_task
|
||||
author: "Peter Mounce"
|
||||
version_added: "2.0"
|
||||
short_description: Manage scheduled tasks
|
||||
description:
|
||||
|
|
|
@ -44,7 +44,6 @@ options:
|
|||
C(checksum_algorithm=md5).
|
||||
required: no
|
||||
default: True
|
||||
version_removed: "2.3"
|
||||
get_checksum:
|
||||
description:
|
||||
- Whether to return a checksum of the file (default sha1)
|
||||
|
|
|
@ -34,7 +34,7 @@ description:
|
|||
- Unzips compressed files and archives.
|
||||
- Supports .zip files natively
|
||||
- Supports other formats supported by the Powershell Community Extensions (PSCX) module (basically everything 7zip supports)
|
||||
requires:
|
||||
requirements:
|
||||
- PSCX
|
||||
options:
|
||||
src:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue