mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-06 00:09:10 -07:00
Use semantic markup (modules o-p) (#6681)
* Use semantic markup. * Use real option, not alias. * E() now works better.
This commit is contained in:
parent
b271dba4bf
commit
45eb1e3915
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