These won't get upgraded to bool if ansible doesn't know they are (#45736)
This commit is contained in:
parent
78201d1c32
commit
917fcb9c55
1 changed files with 1 additions and 0 deletions
|
@ -69,6 +69,7 @@ options:
|
|||
vars:
|
||||
- name: ansible_httpapi_use_ssl
|
||||
validate_certs:
|
||||
type: boolean
|
||||
version_added: '2.7'
|
||||
description:
|
||||
- Whether to validate SSL certificates
|
||||
|
|
Loading…
Reference in a new issue