mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix enable_https alias docstring (#34633)
* Fix enable_https alias docstring * Explicitly set https on test, as we are setting https_port anyways
This commit is contained in:
parent
623ff39443
commit
4b53539e27
2 changed files with 2 additions and 1 deletions
|
@ -69,7 +69,7 @@ options:
|
||||||
required: false
|
required: false
|
||||||
default: yes
|
default: yes
|
||||||
choices: ['yes', 'no']
|
choices: ['yes', 'no']
|
||||||
aliases: ['enable_http']
|
aliases: ['enable_https']
|
||||||
https_port:
|
https_port:
|
||||||
description:
|
description:
|
||||||
- Configures the HTTP port that will listen for connections when
|
- Configures the HTTP port that will listen for connections when
|
||||||
|
|
|
@ -6,6 +6,7 @@
|
||||||
http_port: 81
|
http_port: 81
|
||||||
https_port: 4443
|
https_port: 4443
|
||||||
enable_local_http: yes
|
enable_local_http: yes
|
||||||
|
enable_https: yes
|
||||||
local_http_port: 8181
|
local_http_port: 8181
|
||||||
provider: "{{ cli }}"
|
provider: "{{ cli }}"
|
||||||
become: yes
|
become: yes
|
||||||
|
|
Loading…
Reference in a new issue