From 255a7dab7ef663c56c4906ab7034c2469aa629ec Mon Sep 17 00:00:00 2001 From: Arnaud Venturi Date: Fri, 23 Nov 2018 16:10:28 +0000 Subject: [PATCH] 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 ad1180b22f541f3fff9963968e26be7fe4d1811a) --- lib/ansible/modules/packaging/os/dnf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ansible/modules/packaging/os/dnf.py b/lib/ansible/modules/packaging/os/dnf.py index a3da7b5fc6..0e2c71b523 100644 --- a/lib/ansible/modules/packaging/os/dnf.py +++ b/lib/ansible/modules/packaging/os/dnf.py @@ -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"