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