9 lines
232 B
YAML
9 lines
232 B
YAML
---
|
|
|
|
- name: Include specific Elasticsearch
|
|
include: elasticsearch-Debian.yml
|
|
when: ansible_os_family == 'Debian'
|
|
|
|
- name: Include specific Elasticsearch
|
|
include: elasticsearch-RedHat.yml
|
|
when: ansible_os_family == 'RedHat'
|