Skip to content

Commit

Permalink
These won't get upgraded to bool if ansible doesn't know they are
Browse files Browse the repository at this point in the history
Inspired by #45736, but that var doesn't exist yet, so label the one
that does exist.
  • Loading branch information
Qalthos authored and mattclay committed Sep 25, 2018
1 parent 0be82f2 commit 395b30c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ansible/plugins/connection/httpapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
- name: ansible_password
- name: ansible_httpapi_pass
use_ssl:
type: boolean
description:
- Whether to connect using SSL (HTTPS) or not (HTTP)
default: False
Expand Down

0 comments on commit 395b30c

Please sign in to comment.