Add playbook and environment variable to build using snapshots

This commit is contained in:
Michael Russell 2018-06-13 08:24:42 +02:00
parent a70d259e19
commit a9f8403ffa
No known key found for this signature in database
GPG key ID: A90C1696496085FE
2 changed files with 55 additions and 0 deletions

View file

@ -9,6 +9,10 @@
tags:
- always
- name: use snapshot release
include: snapshot-release.yml
when: es_use_snapshot_release
- name: include java.yml
include: java.yml
when: es_java_install