mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-28 23:51:23 -07:00
Multiple doc fix 3 (#5238)
* multiple modules 2: fixed markups in doc * multiple modules 3: fixed markups in doc * fixed yaml * 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:
parent
999fc475a2
commit
88c3865cdb
11 changed files with 64 additions and 67 deletions
|
@ -33,7 +33,7 @@ options:
|
|||
aliases: [ dest ]
|
||||
section:
|
||||
description:
|
||||
- Section name in INI file. This is added if C(state=present) automatically when
|
||||
- Section name in INI file. This is added if I(state=present) automatically when
|
||||
a single value is being set.
|
||||
- If left empty or set to C(null), the I(option) will be placed before the first I(section).
|
||||
- Using C(null) is also required if the config format does not support sections.
|
||||
|
@ -69,11 +69,11 @@ options:
|
|||
state:
|
||||
description:
|
||||
- If set to C(absent) and I(exclusive) set to C(true) all matching I(option) lines are removed.
|
||||
- If set to C(absent) and I(exclusive) set to C(false) the specified C(option=value) lines are removed,
|
||||
- If set to C(absent) and I(exclusive) set to C(false) the specified I(option=value) lines are removed,
|
||||
but the other I(option)s with the same name are not touched.
|
||||
- If set to C(present) and I(exclusive) set to C(false) the specified C(option=values) lines are added,
|
||||
- If set to C(present) and I(exclusive) set to C(false) the specified I(option=values) lines are added,
|
||||
but the other I(option)s with the same name are not touched.
|
||||
- If set to C(present) and I(exclusive) set to C(true) all given C(option=values) lines will be
|
||||
- If set to C(present) and I(exclusive) set to C(true) all given I(option=values) lines will be
|
||||
added and the other I(option)s with the same name are removed.
|
||||
type: str
|
||||
choices: [ absent, present ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue