From 0cee24eabd3e9958b6e4282d9a9b41701938bad9 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Tue, 16 May 2017 18:37:25 +0200 Subject: [PATCH] library/roles/ELK/elasticsearch/tasks/elasticsearch.yml: Add a specific tag to the task that installs the configuration file. --- ELK/elasticsearch/tasks/elasticsearch.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ELK/elasticsearch/tasks/elasticsearch.yml b/ELK/elasticsearch/tasks/elasticsearch.yml index 543b66d8..83f0c037 100644 --- a/ELK/elasticsearch/tasks/elasticsearch.yml +++ b/ELK/elasticsearch/tasks/elasticsearch.yml @@ -21,5 +21,7 @@ - name: Install the elasticsearch configuration template: src=elasticsearch.yml.j2 dest=/etc/elasticsearch/elasticsearch.yml owner=root group=elasticsearch mode=0640 notify: Restart elasticsearch + tags: [ 'ELK', 'elasticsearch', 'elk', 'elasticsearch_conf' ] + tags: [ 'ELK', 'elasticsearch', 'elk' ]