1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-04-26 21:52:48 +00:00

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

* 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>
(cherry picked from commit 999fc475a2)

Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
patchback[bot] 2022-09-06 08:05:25 +02:00 committed by GitHub
parent 64049a35de
commit 5170c26ffd
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: