We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e02b94 commit 9c35729Copy full SHA for 9c35729
playbooks/acs.yml
@@ -123,7 +123,7 @@
123
gather_facts: false
124
roles:
125
- role: "../roles/elasticsearch"
126
- elasticsearch_major_version: "{{ '8.x' if acs_play_repository_acs_version is version('25.0', 'ge') else '7.x' }}"
+ elasticsearch_major_version: "{{ acs_play_elasticsearch_major_version }}"
127
when: acs_is_enterprise and not groups.external_elasticsearch | default([])
128
tags:
129
- elasticsearch
playbooks/group_vars/elasticsearch.yml
@@ -0,0 +1 @@
1
+acs_play_elasticsearch_major_version: 7.x
0 commit comments