mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00: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:
committed by
GitHub
parent
623ff39443
commit
4b53539e27
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user