multiple modules: fixed markups in doc (#5227) (#5233)

(cherry picked from commit 6e011f00f4)

Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
patchback[bot]
2022-09-04 15:59:57 +02:00
committed by GitHub
parent f2e1abfe5e
commit 3427e02fce
14 changed files with 20 additions and 20 deletions

View File

@@ -45,9 +45,9 @@ options:
force:
description:
- When removing packages, forcefully remove them, without any checks.
Same as C(extra_args="--nodeps --nodeps").
Same as I(extra_args="--nodeps --nodeps").
When combined with I(update_cache), force a refresh of all package databases.
Same as C(update_cache_extra_args="--refresh --refresh").
Same as I(update_cache_extra_args="--refresh --refresh").
default: false
type: bool
@@ -115,7 +115,7 @@ options:
reason_for:
description:
- Set the install reason for C(all) packages or only for C(new) packages.
- In case of C(state=latest) already installed packages which will be updated to a newer version are not counted as C(new).
- In case of I(state=latest) already installed packages which will be updated to a newer version are not counted as C(new).
default: new
choices: [ all, new ]
type: str