From c99ba0de82c921441cce47b705881af4a7c624b7 Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Thu, 16 Sep 2021 17:23:06 +0200 Subject: [PATCH] whitespaces --- elasticsearch/tasks/bootstrap_checks.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/elasticsearch/tasks/bootstrap_checks.yml b/elasticsearch/tasks/bootstrap_checks.yml index b1f79046..5338fce5 100644 --- a/elasticsearch/tasks/bootstrap_checks.yml +++ b/elasticsearch/tasks/bootstrap_checks.yml @@ -6,7 +6,7 @@ failed_when: False changed_when: False tags: - - config + - config - name: Maximum map count check sysctl: @@ -15,7 +15,7 @@ sysctl_file: /etc/sysctl.d/elasticsearch.conf when: max_map_count | int < 262144 tags: - - config + - config - name: bootstrap.memory_lock lineinfile: @@ -24,7 +24,7 @@ regexp: "^bootstrap.memory_lock:" insertafter: "^# *bootstrap.memory_lock:" tags: - - config + - config - name: Create a system config directory for systemd overrides file: @@ -38,6 +38,6 @@ option: "LimitMEMLOCK" value: "infinity" notify: - - restart elasticsearch + - restart elasticsearch tags: - - config + - config