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 owner: root
group: root group: root
- name: Install elasticsearch - name: Install packages
apt: apt:
pkg: pkg:
- default-jre
- elasticsearch=6.1.0 - elasticsearch=6.1.0
state: latest state: latest
update_cache: yes update_cache: yes