scylladb / scylla-ansible-roles

Ansible roles for deploying and managing Scylla, Scylla-Manager and Scylla-Monitoring
44 stars 38 forks source link

Node/Loader Roles: Debian.yml: remove explicit update-java-alternatives call #326

Closed vladzcloudius closed 10 months ago

vladzcloudius commented 10 months ago

There is no need to call update-java-alternatives explicitly since openjdk-8-jre-headless .deb package invokes it as a post-install action.

Tested on Ubuntu 20.04 on both x86 and on arm64 HW.

Fixes #325

vladzcloudius commented 10 months ago

@tarzanek the OSS molecule fails due to https://github.com/scylladb/scylladb/issues/16427

tarzanek commented 10 months ago

we likely should revisit https://github.com/scylladb/scylla-ansible-roles/pull/143

I am merging this, but we should check if current supported versions still need all these java workarounds