These won't get upgraded to bool if ansible doesn't know they are (#45736)

pull/45751/head
Nathaniel Case 6 years ago committed by GitHub
parent 78201d1c32
commit 917fcb9c55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save