Skip to content

Commit 914163e

Browse files
authored
Fix elasticstack_release lookup (#324)
Fix lookup for elasticstack_release in molecule scenario
1 parent b9c8111 commit 914163e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

molecule/elasticsearch_test_modules/converge.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
elasticstack_full_stack: false
1010
elasticsearch_jna_workaround: true
1111
elasticsearch_disable_systemcallfilterchecks: true
12-
#elasticstack_release: "{{ lookup('env', 'ELASTIC_RELEASE') | int}}"
13-
elasticstack_release: 8
12+
elasticstack_release: "{{ lookup('env', 'ELASTIC_RELEASE') | int}}"
1413
elasticsearch_heap: "1"
1514
elasticstack_no_log: false
1615
tasks:

0 commit comments

Comments
 (0)