mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00: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:
committed by
John R Barker
parent
7f7062580e
commit
ad1180b22f
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user