diff --git a/global_vars.yml b/global_vars.yml index 4e56944..b18cfc1 100644 --- a/global_vars.yml +++ b/global_vars.yml @@ -2,6 +2,6 @@ CIF_ES: "{{ lookup('env', 'CIF_ANSIBLE_ES') }}" cif_build_sdist: "{{ lookup('env', 'CIF_ANSIBLE_SDIST') | default() }}" router_store_nodes: "{{ lookup('env','CIF_ANSIBLE_ES_NODES')|default('localhost:9200', true) }}" -cif_version: '3.0.2' +cif_version: '3.0.3' es_version: "5.6.16" DOCKER_BUILD: "{{ lookup('env', 'DOCKER_BUILD') }}"