From a269c564c7cbdc76cd2d8bc3718e5e2e43b83a5f Mon Sep 17 00:00:00 2001 From: shiro <49758280+46gorilla@users.noreply.github.com> Date: Wed, 10 Jul 2019 02:27:42 +0900 Subject: [PATCH] =?UTF-8?q?Delete=20the=20negation=20symbol=20"=C2=AC"=20b?= =?UTF-8?q?y=20typo.=20(#58640)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Delete the negation symbol "¬" * Update lib/ansible/modules/packaging/os/yum.py Co-Authored-By: Sandra McCann --- lib/ansible/modules/packaging/os/yum.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/packaging/os/yum.py b/lib/ansible/modules/packaging/os/yum.py index eb42eb7a565..282934c0acc 100644 --- a/lib/ansible/modules/packaging/os/yum.py +++ b/lib/ansible/modules/packaging/os/yum.py @@ -55,7 +55,7 @@ options: - C(present) and C(installed) will simply ensure that a desired package is installed. - C(latest) will update the specified package if it's not of the latest available version. - C(absent) and C(removed) will remove the specified package. - - Default is C(None), however in effect the default action is C(present) unless the C(autoremove) option is¬ + - Default is C(None), however in effect the default action is C(present) unless the C(autoremove) option is enabled for this module, then C(absent) is inferred. choices: [ absent, installed, latest, present, removed ] enablerepo: