library/roles/ELK/elasticsearch/tasks/main.yml: include: -> import_tasks.

This commit is contained in:
Andrea Dell'Amico 2018-03-15 19:12:19 +01:00
parent c82b20e341
commit b7c3a03709
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
--- ---
- include: elasticsearch.yml - import_tasks: elasticsearch.yml
- include: plugins.yml - import_tasks: plugins.yml
- name: Ensure that elasticsearch is enabled and running - name: Ensure that elasticsearch is enabled and running
service: name=elasticsearch state=started enabled=yes service: name=elasticsearch state=started enabled=yes