mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-20 23:30:22 -07:00
Fix default value of gpgcheck in doc (PR #36267)
This commit is contained in:
parent
2ce1009c04
commit
000387ac23
2 changed files with 22 additions and 1 deletions
|
@ -124,7 +124,7 @@ options:
|
|||
gpgcheck:
|
||||
required: false
|
||||
choices: ['yes', 'no']
|
||||
default: 'no'
|
||||
default: null
|
||||
description:
|
||||
- Tells yum whether or not it should perform a GPG signature check on
|
||||
packages.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue