Minor formatting

This commit is contained in:
Dale McDiarmid 2016-01-19 11:50:02 +01:00
parent ba8fed0063
commit 183513ecbc
2 changed files with 14 additions and 2 deletions

View file

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