From ed83059bc433e636ec406ef7b39b302fd8eeb209 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Wed, 17 May 2017 11:26:10 +0200 Subject: [PATCH] library/roles/ELK/elasticsearch/tasks/elasticsearch.yml: Add a tag to the task that installs the JVM options. --- ELK/elasticsearch/tasks/elasticsearch.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/ELK/elasticsearch/tasks/elasticsearch.yml b/ELK/elasticsearch/tasks/elasticsearch.yml index 83f0c037..ae9d0742 100644 --- a/ELK/elasticsearch/tasks/elasticsearch.yml +++ b/ELK/elasticsearch/tasks/elasticsearch.yml @@ -17,6 +17,7 @@ - name: Install the elasticsearch JVM options template: src=jvm.options.j2 dest=/etc/elasticsearch/jvm.options owner=root group=elasticsearch mode=0640 notify: Restart elasticsearch + tags: [ 'ELK', 'elasticsearch', 'elk', 'elasticsearch_conf' ] - name: Install the elasticsearch configuration template: src=elasticsearch.yml.j2 dest=/etc/elasticsearch/elasticsearch.yml owner=root group=elasticsearch mode=0640