mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-02 23:31: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
|
@ -58,7 +58,7 @@ options:
|
|||
aliases: ["refresh"]
|
||||
priority:
|
||||
description:
|
||||
- Set priority of repository. Packages will always be installed from the repository with the smallest priority number.
|
||||
- Set priority of repository. Packages are always installed from the repository with the smallest priority number.
|
||||
- Needs C(zypper) version >= 1.12.25.
|
||||
type: int
|
||||
overwrite_multiple:
|
||||
|
@ -69,7 +69,8 @@ options:
|
|||
auto_import_keys:
|
||||
description:
|
||||
- Automatically import the gpg signing key of the new or changed repository.
|
||||
- Has an effect only if O(state=present). Has no effect on existing (unchanged) repositories or in combination with O(state=absent).
|
||||
- Has an effect only if O(state=present). Has no effect on existing (unchanged) repositories or in combination with
|
||||
O(state=absent).
|
||||
- Implies O(runrefresh).
|
||||
- Only works with C(.repo) files if O(name) is given explicitly.
|
||||
type: bool
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue