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
This commit is contained in:
parent
92f7429fb6
commit
79cebbf933
1 changed files with 2 additions and 0 deletions
|
@ -61,12 +61,14 @@ options:
|
||||||
- name: ansible_password
|
- name: ansible_password
|
||||||
- name: ansible_httpapi_pass
|
- name: ansible_httpapi_pass
|
||||||
use_ssl:
|
use_ssl:
|
||||||
|
type: boolean
|
||||||
description:
|
description:
|
||||||
- Whether to connect using SSL (HTTPS) or not (HTTP)
|
- Whether to connect using SSL (HTTPS) or not (HTTP)
|
||||||
default: False
|
default: False
|
||||||
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…
Reference in a new issue