fix deprecate filter
This commit is contained in:
parent
50df92cf4f
commit
7358350e39
@ -25,7 +25,7 @@ processManagement:
|
||||
# network interfaces
|
||||
net:
|
||||
bindIp: {{ mongodb_net_bindip | join(',') }}
|
||||
{% if mongodb_version | version_compare("3.6", "<") -%}
|
||||
{% if mongodb_version is version_compare("3.6", "<") -%}
|
||||
http:
|
||||
enabled: {{ mongodb_net_http_enabled | lower }}
|
||||
{% endif -%}
|
||||
|
Loading…
Reference in New Issue
Block a user