mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 05:40:23 -07:00
[PR #6681/45eb1e39 backport][stable-7] Use semantic markup (modules o-p) (#6705)
Use semantic markup (modules o-p) (#6681)
* Use semantic markup.
* Use real option, not alias.
* E() now works better.
(cherry picked from commit 45eb1e3915
)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
f583dbd2d3
commit
f4af31b76b
42 changed files with 420 additions and 419 deletions
|
@ -28,18 +28,18 @@ options:
|
|||
src:
|
||||
description:
|
||||
- Path to uploaded file.
|
||||
- Required only for I(state=present).
|
||||
- Required only for O(state=present).
|
||||
type: path
|
||||
template:
|
||||
description:
|
||||
- The template name.
|
||||
- Required for I(state=absent) to delete a template.
|
||||
- Required for I(state=present) to download an appliance container template (pveam).
|
||||
- Required for O(state=absent) to delete a template.
|
||||
- Required for O(state=present) to download an appliance container template (pveam).
|
||||
type: str
|
||||
content_type:
|
||||
description:
|
||||
- Content type.
|
||||
- Required only for I(state=present).
|
||||
- Required only for O(state=present).
|
||||
type: str
|
||||
default: 'vztmpl'
|
||||
choices: ['vztmpl', 'iso']
|
||||
|
@ -55,7 +55,7 @@ options:
|
|||
default: 30
|
||||
force:
|
||||
description:
|
||||
- It can only be used with I(state=present), existing template will be overwritten.
|
||||
- It can only be used with O(state=present), existing template will be overwritten.
|
||||
type: bool
|
||||
default: false
|
||||
state:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue