mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
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:
committed by
Matt Clay
parent
88b2c7e1f6
commit
df6b7703bb
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user