ansible-role-elasticsearch/test/integration/oss.yml

11 lines
268 B
YAML

---
- name: Setup Elasticsearch OSS 6.x
hosts: localhost
post_tasks:
- include_tasks: elasticsearch/test/integration/debug.yml
roles:
- elasticsearch
vars:
oss_version: true
#Do not add tests here. This test is run twice and confirms idempotency.