Fix enable_https alias docstring (#34633)

* Fix enable_https alias docstring

* Explicitly set https on test, as we are setting https_port anyways
pull/34704/head
Ricardo Carrillo Cruz 7 years ago committed by GitHub
parent 623ff39443
commit 4b53539e27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -69,7 +69,7 @@ options:
required: false
default: yes
choices: ['yes', 'no']
aliases: ['enable_http']
aliases: ['enable_https']
https_port:
description:
- Configures the HTTP port that will listen for connections when

@ -6,6 +6,7 @@
http_port: 81
https_port: 4443
enable_local_http: yes
enable_https: yes
local_http_port: 8181
provider: "{{ cli }}"
become: yes

Loading…
Cancel
Save