From 34b8cbd365a5766698c9c9c9b65aa38fc6db10b6 Mon Sep 17 00:00:00 2001 From: Alicia Cozine <879121+acozine@users.noreply.github.com> Date: Thu, 20 Sep 2018 07:14:55 -0500 Subject: [PATCH] Explain what happens when gpgcheck is not set in yum PR #45796 --- lib/ansible/modules/packaging/os/yum_repository.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/ansible/modules/packaging/os/yum_repository.py b/lib/ansible/modules/packaging/os/yum_repository.py index bb23c197a3e..5a732c1e07b 100644 --- a/lib/ansible/modules/packaging/os/yum_repository.py +++ b/lib/ansible/modules/packaging/os/yum_repository.py @@ -108,6 +108,8 @@ options: description: - Tells yum whether or not it should perform a GPG signature check on packages. + - No default setting. If the value is not set, the system setting from + C(/etc/yum.conf) or system default of C(no) will be used. type: bool gpgkey: description: