Merge branch 'master' into AddSSLSupport

This commit is contained in:
Julien Mailleret 2019-09-04 11:37:04 +02:00 committed by GitHub
commit 38390a5742
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,6 +3,8 @@
- set_fact: "es_major_version={{ es_version.split('.')[0] }}.x"
when:
- es_major_version is undefined
tags:
- always
- name: os-specific vars
include_vars: "{{ansible_os_family}}.yml"