nolte / ansible-minecraft

Ansible role for provisioning a vanilla Minecraft server, forked devops-coop/minecraft/
https://galaxy.ansible.com/nolte/minecraft/
Apache License 2.0
20 stars 11 forks source link

remove the java installation function from this role #171

Closed nolte closed 3 years ago

nolte commented 3 years ago

Now we using nolte/ansible-role-msopenjdk for install a compatible JDK. Remove the JDK installation from this role. So it is required that always a java version are installed before you can use this role.

Use JDK 16 for >= Minecraft 1.17, and JDK 11 for <= Minecraft 1.16