fixes default value in docstring for http (#4985)
The docstring incorrectly stated the default value for http is yes when indeed its no. This fixes the docstring
This commit is contained in:
parent
88b2c7e1f6
commit
df6b7703bb
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ options:
|
|||
By default, when eAPI is first configured, the HTTP protocol is
|
||||
disabled.
|
||||
required: false
|
||||
default: yes
|
||||
default: no
|
||||
choices: ['yes', 'no']
|
||||
aliases: ['enable_http']
|
||||
http_port:
|
||||
|
|
Loading…
Reference in a new issue