mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
win_chocolatey: Fix up validate_certs default value (#53614)
This commit is contained in:
@@ -35,7 +35,7 @@ $spec = @{
|
||||
source_password = @{ type = "str"; no_log = $true }
|
||||
state = @{ type = "str"; default = "present"; choices = "absent", "downgrade", "latest", "present", "reinstalled" }
|
||||
timeout = @{ type = "int"; default = 2700; aliases = "execution_timeout" }
|
||||
validate_certs = @{ type = "bool"; default = $false }
|
||||
validate_certs = @{ type = "bool"; default = $true }
|
||||
version = @{ type = "str" }
|
||||
}
|
||||
supports_check_mode = $true
|
||||
|
||||
Reference in New Issue
Block a user