Removed version constraint for elasticsearch

This commit is contained in:
Philip (a-0) 2023-01-22 20:33:18 +01:00
parent 642c8eb6e2
commit e96b68b2a5

View file

@ -42,7 +42,7 @@
apt:
pkg:
- default-jre
- elasticsearch=6.1.0
- elasticsearch
state: latest
update_cache: yes