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_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…
Reference in a new issue