fix deprecate filter

This commit is contained in:
Robert Kaussow 2018-07-07 23:25:02 +02:00
parent 50df92cf4f
commit 7358350e39
1 changed files with 1 additions and 1 deletions

View File

@ -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 -%}