[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:
patchback[bot] 2025-01-06 22:01:09 +01:00 committed by GitHub
commit 26b8f30afa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
28 changed files with 215 additions and 209 deletions

View file

@ -40,8 +40,8 @@ options:
contents. If the state is V(present) and O(value) is not set, the existing value associated to the key will be returned.
The state V(absent) will remove the key/value pair, again C(changed) will be set to V(true) only if the key actually
existed prior to the removal. An attempt can be made to obtain or free the lock associated with a key/value pair with
the states V(acquire) or V(release) respectively. A valid session must be supplied to make the attempt C(changed) will
be V(true) if the attempt is successful, V(false) otherwise.
the states V(acquire) or V(release) respectively. A valid session must be supplied to make the attempt C(changed)
will be V(true) if the attempt is successful, V(false) otherwise.
type: str
choices: [absent, acquire, present, release]
default: present