remove common return values from docs (#10485)

* remove common return values from docs

* pacman: add note about version added of RV
This commit is contained in:
Alexei Znamensky 2025-07-29 04:46:02 +12:00 committed by GitHub
commit 15d3ea123d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
28 changed files with 3 additions and 265 deletions

View file

@ -166,24 +166,12 @@ EXAMPLES = r"""
"""
RETURN = r"""
msg:
description: Output from stdout of keytool/openssl command after execution of given command or an error.
returned: changed and failure
type: str
sample: "Unable to find the current certificate fingerprint in ..."
err:
description: Output from stderr of keytool/openssl command after error of given command.
returned: failure
type: str
sample: "Keystore password is too short - must be at least 6 characters\n"
rc:
description: Keytool/openssl command execution return value.
returned: changed and failure
type: int
sample: "0"
cmd:
description: Executed command to get action done.
returned: changed and failure