Added default-jre installation

This commit is contained in:
Philip (a-0) 2023-01-22 20:14:05 +01:00
parent ba40209279
commit d8b4c9ee06

View file

@ -38,9 +38,10 @@
owner: root
group: root
- name: Install elasticsearch
- name: Install packages
apt:
pkg:
- default-jre
- elasticsearch=6.1.0
state: latest
update_cache: yes