Minor formatting
This commit is contained in:
parent
ba8fed0063
commit
183513ecbc
2 changed files with 14 additions and 2 deletions
|
|
@ -8,7 +8,10 @@
|
|||
|
||||
- debug: msg="Node configuration {{ es_config }} "
|
||||
|
||||
# Install OS specific elasticsearch - this can be abbreviated in version 2.0.0
|
||||
#- name: Include specific Elasticsearch
|
||||
# include: "elasticsearch-{{ansible_os_family}}.yml"
|
||||
|
||||
#Install OS specific elasticsearch - this can be abbreviated in version 2.0.0
|
||||
- name: Include specific Elasticsearch
|
||||
include: elasticsearch-Debian.yml
|
||||
when: ansible_os_family == 'Debian'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue