forked from ISTI-ansible-roles/ansible-roles
library/roles/ELK/elasticsearch/tasks/main.yml: include: -> import_tasks.
This commit is contained in:
parent
c82b20e341
commit
b7c3a03709
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue