alwasy gather the es_major_version variables

This commit is contained in:
Titan Lien 2019-08-06 16:00:14 +02:00
parent 410126465e
commit 651bfdf0fa

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"