Skip to content

Commit f17eeeb

Browse files
Use the correct variable name
1 parent f041586 commit f17eeeb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

molecule/elasticsearch_roles_calculation/converge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
vars:
99
elasticsearch_jna_workaround: true
1010
elasticsearch_disable_systemcallfilterchecks: true
11-
elastic_release: "{{ lookup('env', 'ELASTIC_RELEASE') | int}}"
11+
elasticstack_release: "{{ lookup('env', 'ELASTIC_RELEASE') | int}}"
1212
elasticsearch_node_types:
1313
- master
1414
- data

0 commit comments

Comments
 (0)