highlander fixes

This commit is contained in:
Mike Reeves
2021-10-08 09:32:13 -04:00
parent 64758a534c
commit 2a82373051
2 changed files with 5 additions and 1 deletions

View File

@@ -29,7 +29,7 @@
{% do ESCONFIG.elasticsearch.config.update({'discovery': {'seed_hosts': [grains.master]}}) %}
{% endif %}
{% if HIGHLANDER %}
{% do ESCONFIG.elasticsearch.config.xpack.ml.enabled.update('True') %}
{% do ESCONFIG.elasticsearch.config.xpack.ml.update({'enabled': true}) %}
{% endif %}
{% endif %}