mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Replace some likely forgotten yum
by dnf
(#48988)
I'm not 100% certain this change is relevant for the filename, but it would make sense, so I'll let you confirm. +label: docsite_pr
This commit is contained in:
parent
7f7062580e
commit
ad1180b22f
1 changed files with 2 additions and 2 deletions
|
@ -102,7 +102,7 @@ options:
|
|||
version_added: "2.7"
|
||||
update_cache:
|
||||
description:
|
||||
- Force yum to check if cache is out of date and redownload if needed.
|
||||
- Force dnf to check if cache is out of date and redownload if needed.
|
||||
Has an effect only if state is I(present) or I(latest).
|
||||
type: bool
|
||||
default: "no"
|
||||
|
@ -141,7 +141,7 @@ options:
|
|||
description:
|
||||
- Disable the excludes defined in DNF config files.
|
||||
- If set to C(all), disables all excludes.
|
||||
- If set to C(main), disable excludes defined in [main] in yum.conf.
|
||||
- If set to C(main), disable excludes defined in [main] in dnf.conf.
|
||||
- If set to C(repoid), disable excludes defined for given repo id.
|
||||
version_added: "2.7"
|
||||
validate_certs:
|
||||
|
|
Loading…
Reference in a new issue