mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 03:41:25 -07:00
[PR #9513/7c54c703 backport][stable-10] xyz*: style adjustments (#9525)
xyz*: style adjustments (#9513)
(cherry picked from commit 7c54c70301
)
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
parent
8208e52c42
commit
e2604e7533
19 changed files with 188 additions and 163 deletions
|
@ -40,13 +40,14 @@ options:
|
|||
type: str
|
||||
recurse:
|
||||
description:
|
||||
- When removing a package, also remove its dependencies, provided that they are not required by other packages and were not explicitly installed
|
||||
by a user.
|
||||
- When removing a package, also remove its dependencies, provided that they are not required by other packages and were
|
||||
not explicitly installed by a user.
|
||||
type: bool
|
||||
default: false
|
||||
update_cache:
|
||||
description:
|
||||
- Whether or not to refresh the master package lists. This can be run as part of a package installation or as a separate step.
|
||||
- Whether or not to refresh the master package lists. This can be run as part of a package installation or as a separate
|
||||
step.
|
||||
type: bool
|
||||
default: true
|
||||
upgrade:
|
||||
|
@ -56,8 +57,9 @@ options:
|
|||
default: false
|
||||
upgrade_xbps:
|
||||
description:
|
||||
- Whether or not to upgrade the xbps package when necessary. Before installing new packages, xbps requires the user to update the xbps package
|
||||
itself. Thus when this option is set to V(false), upgrades and installations will fail when xbps is not up to date.
|
||||
- Whether or not to upgrade the C(xbps) package when necessary. Before installing new packages, C(xbps) requires the
|
||||
user to update itself. Thus when this option is set to V(false), upgrades and installations fail when C(xbps) is not
|
||||
up to date.
|
||||
type: bool
|
||||
default: true
|
||||
version_added: '0.2.0'
|
||||
|
@ -68,8 +70,8 @@ options:
|
|||
version_added: '10.2.0'
|
||||
repositories:
|
||||
description:
|
||||
- Repository URL(s) to prepend to the repository list for the package installation. The URL can be a URL to a repository for remote repositories
|
||||
or a path for local repositories.
|
||||
- Repository URL(s) to prepend to the repository list for the package installation. The URL can be remote repositories
|
||||
or paths for local repositories.
|
||||
type: list
|
||||
elements: str
|
||||
version_added: '10.2.0'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue