From e6fa32c01d4db0739ce4111d142c93c94063e8c7 Mon Sep 17 00:00:00 2001 From: Hubert Cornet Date: Fri, 22 Aug 2025 19:22:57 +0200 Subject: [PATCH] =?UTF-8?q?T=C3=A9l=C3=A9verser=20les=20fichiers=20vers=20?= =?UTF-8?q?"roles/02-update/defaults"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- roles/02-update/defaults/main.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 roles/02-update/defaults/main.yml diff --git a/roles/02-update/defaults/main.yml b/roles/02-update/defaults/main.yml new file mode 100644 index 0000000..4954df0 --- /dev/null +++ b/roles/02-update/defaults/main.yml @@ -0,0 +1,11 @@ +--- +# Filename of the Spigot jar +spigot_jar: 'spigot-1.15.2.jar' +# Path for the Spigot jar - this default is the location used by the build-spigot.sh script +spigot_jar_path: '.spigot/build' +# What version Spigot patch to apply +spigot_patch_version: '20141113a' +# MD5 checksum of the patch being applied +spigot_patch_md5: '12ace759005798adf91d9fe4675fff48' +# MD5 checksum of the finished, patched jar file +spigot_patched_jar_md5: '870c9021be261bd285c966c642b23c32'