library/roles/ELK/elasticsearch/tasks/elasticsearch.yml: Add a specific tag to the task that installs the configuration file.

This commit is contained in:
Andrea Dell'Amico 2017-05-16 18:37:25 +02:00
parent c0f6aa7ac7
commit 0cee24eabd
1 changed files with 2 additions and 0 deletions

View File

@ -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' ]