mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-22 14:01:42 -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
|
@ -33,7 +33,7 @@ options:
|
|||
description:
|
||||
- "The name of the component being deployed. Ex: billing"
|
||||
required: true
|
||||
alias: name
|
||||
aliases: ['name']
|
||||
version:
|
||||
description:
|
||||
- The deployment version.
|
||||
|
@ -52,7 +52,7 @@ options:
|
|||
- Name of affected host name. Can be a list.
|
||||
required: false
|
||||
default: machine's hostname
|
||||
alias: host
|
||||
aliases: ['host']
|
||||
env:
|
||||
description:
|
||||
- The environment name, typically 'production', 'staging', etc.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue