mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-04 23:44:00 -07:00
[PR #9534/aac71990 backport][stable-10] (abc*, doc frags): style adjustments (#9541)
(abc*, doc frags): style adjustments (#9534)
(cherry picked from commit aac7199087
)
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
parent
80f43bbbf5
commit
26b8f30afa
28 changed files with 215 additions and 209 deletions
|
@ -37,10 +37,11 @@ options:
|
|||
type: str
|
||||
state:
|
||||
description:
|
||||
- Whether the session should be present, in other words it should be created if it does not exist, or absent, removed if present. If created,
|
||||
the O(id) for the session is returned in the output. If V(absent), O(id) is required to remove the session. Info for
|
||||
a single session, all the sessions for a node or all available sessions can be retrieved by specifying V(info), V(node)
|
||||
or V(list) for the O(state); for V(node) or V(info), the node O(name) or session O(id) is required as parameter.
|
||||
- Whether the session should be present, in other words it should be created if it does not exist, or absent, removed
|
||||
if present. If created, the O(id) for the session is returned in the output. If V(absent), O(id) is required to remove
|
||||
the session. Info for a single session, all the sessions for a node or all available sessions can be retrieved by
|
||||
specifying V(info), V(node) or V(list) for the O(state); for V(node) or V(info), the node O(name) or session O(id)
|
||||
is required as parameter.
|
||||
choices: [absent, info, list, node, present]
|
||||
type: str
|
||||
default: present
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue