mirror of
https://github.com/aljazceru/ansible-elasticsearch.git
synced 2025-12-17 17:14:20 +01:00
Debug statements removed
This commit is contained in:
@@ -157,9 +157,4 @@
|
|||||||
#Remove setting if mlock is disabled
|
#Remove setting if mlock is disabled
|
||||||
- name: Remove systemd
|
- name: Remove systemd
|
||||||
lineinfile: dest=/usr/lib/systemd/system/elasticsearch.service regexp="^LimitMEMLOCK" line="LimitMEMLOCK=infinity" state=absent
|
lineinfile: dest=/usr/lib/systemd/system/elasticsearch.service regexp="^LimitMEMLOCK" line="LimitMEMLOCK=infinity" state=absent
|
||||||
when: not m_lock_enabled
|
when: not m_lock_enabled
|
||||||
|
|
||||||
- debug: msg="{{m_lock_enabled}}"
|
|
||||||
|
|
||||||
|
|
||||||
- debug: msg="{{elasticsearch_configure}}"
|
|
||||||
Reference in New Issue
Block a user