mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
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:
|
vars:
|
||||||
- name: ansible_httpapi_use_ssl
|
- name: ansible_httpapi_use_ssl
|
||||||
validate_certs:
|
validate_certs:
|
||||||
|
type: boolean
|
||||||
version_added: '2.7'
|
version_added: '2.7'
|
||||||
description:
|
description:
|
||||||
- Whether to validate SSL certificates
|
- Whether to validate SSL certificates
|
||||||
|
|
Loading…
Add table
Reference in a new issue