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
(cherry picked from commit ad1180b22f
)
This commit is contained in:
parent
b7349b2ad4
commit
255a7dab7e
1 changed files with 2 additions and 2 deletions
|
@ -104,7 +104,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"
|
||||
|
@ -147,7 +147,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.
|
||||
required: false
|
||||
version_added: "2.7"
|
||||
|
|
Loading…
Reference in a new issue