diff --git a/tasks/elasticsearch-config.yml b/tasks/elasticsearch-config.yml index 67a37d1..b525771 100644 --- a/tasks/elasticsearch-config.yml +++ b/tasks/elasticsearch-config.yml @@ -157,9 +157,4 @@ #Remove setting if mlock is disabled - name: Remove systemd lineinfile: dest=/usr/lib/systemd/system/elasticsearch.service regexp="^LimitMEMLOCK" line="LimitMEMLOCK=infinity" state=absent - when: not m_lock_enabled - -- debug: msg="{{m_lock_enabled}}" - - -- debug: msg="{{elasticsearch_configure}}" \ No newline at end of file + when: not m_lock_enabled \ No newline at end of file