diff --git a/roles/minecraft_blockmap/defaults/main.yml b/roles/minecraft_blockmap/defaults/main.yml index d6cad0e..9747244 100644 --- a/roles/minecraft_blockmap/defaults/main.yml +++ b/roles/minecraft_blockmap/defaults/main.yml @@ -3,7 +3,7 @@ # Infrastructure # Ansible instructions to deploy the infrastructure -# Copyright (C) 2020 Saibotk +# Copyright (C) 2020-2021 Saibotk # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -31,7 +31,8 @@ minecraft_blockmap_domain: minecraft.example.com # The blockmap container image and version to use minecraft_blockmap_image: registry.git.saibotk.de/saibotk/blockmap-docker -minecraft_blockmap_image_version: "latest" +# renovate: depName=registry.git.saibotk.de/saibotk/blockmap-docker +minecraft_blockmap_image_version: 2.2.1 # The LVM information, which volume needs to be snapshotted, to render the world. # This is the volume in which the minecraft server/world folder is in.