Use semantic markup (modules o-p) (#6681)

* Use semantic markup.

* Use real option, not alias.

* E() now works better.
This commit is contained in:
Felix Fontein 2023-06-15 15:48:17 +02:00 committed by GitHub
parent b271dba4bf
commit 45eb1e3915
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
42 changed files with 420 additions and 419 deletions

View file

@ -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: