These won't get upgraded to bool if ansible doesn't know they are

Adapted from #45736, the other change came from a commit that will not
be backported
pull/45875/head
Nathaniel Case 6 years ago committed by Toshio Kuratomi
parent 92f7429fb6
commit 79cebbf933

@ -61,12 +61,14 @@ options:
- name: ansible_password
- name: ansible_httpapi_pass
use_ssl:
type: boolean
description:
- Whether to connect using SSL (HTTPS) or not (HTTP)
default: False
vars:
- name: ansible_httpapi_use_ssl
validate_certs:
type: boolean
version_added: '2.7'
description:
- Whether to validate SSL certificates

Loading…
Cancel
Save