multiple modules 2: fixed markups in doc (#5237)

* multiple modules 2: fixed markups in doc

* Update plugins/modules/cloud/misc/proxmox_template.py

Co-authored-by: Felix Fontein <felix@fontein.de>

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
Alexei Znamensky 2022-09-06 17:31:25 +12:00 committed by GitHub
parent 6e011f00f4
commit 999fc475a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 86 additions and 86 deletions

View file

@ -33,16 +33,16 @@ options:
value:
description:
- The value to set this variable to.
- Required if C(state=present).
- Required if I(state=present).
type: str
insertafter:
description:
- If specified, the variable will be inserted after the variable specified.
- Used with C(state=present).
- Used with I(state=present).
type: str
insertbefore:
description:
- Used with C(state=present). If specified, the variable will be inserted
- Used with I(state=present). If specified, the variable will be inserted
just before the variable specified.
type: str
state: