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
pull/49083/head
Arnaud Venturi 6 years ago committed by John R Barker
parent 7f7062580e
commit ad1180b22f

@ -102,7 +102,7 @@ options:
version_added: "2.7" version_added: "2.7"
update_cache: update_cache:
description: 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). Has an effect only if state is I(present) or I(latest).
type: bool type: bool
default: "no" default: "no"
@ -141,7 +141,7 @@ options:
description: description:
- Disable the excludes defined in DNF config files. - Disable the excludes defined in DNF config files.
- If set to C(all), disables all excludes. - 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. - If set to C(repoid), disable excludes defined for given repo id.
version_added: "2.7" version_added: "2.7"
validate_certs: validate_certs:

Loading…
Cancel
Save