summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathaniel Case <ncase@redhat.com>2018-09-17 11:31:14 -0400
committerMatt Clay <matt@mystile.com>2018-09-25 15:35:41 -0700
commit395b30c61793c4d7652df6955c4cf28810550126 (patch)
tree8e6f5b1b072af27eccc79a35cc28ecaef9bff8ca
parent0be82f2b082e7a826106e968bd6a842884c8d1d3 (diff)
downloadansible-395b30c61793c4d7652df6955c4cf28810550126.tar.gz
These won't get upgraded to bool if ansible doesn't know they are
Inspired by #45736, but that var doesn't exist yet, so label the one that does exist.
-rw-r--r--lib/ansible/plugins/connection/httpapi.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ansible/plugins/connection/httpapi.py b/lib/ansible/plugins/connection/httpapi.py
index 853a4d0a4a..912020ff7e 100644
--- a/lib/ansible/plugins/connection/httpapi.py
+++ b/lib/ansible/plugins/connection/httpapi.py
@@ -61,6 +61,7 @@ options:
- name: ansible_password
- name: ansible_httpapi_pass
use_ssl:
+ type: boolean
description:
- Whether to connect using SSL (HTTPS) or not (HTTP)
default: False