Téléverser les fichiers vers "roles/02-update/defaults"
Some checks failed
Run ansible / run-ansible-playbook (push) Failing after 59s
Some checks failed
Run ansible / run-ansible-playbook (push) Failing after 59s
This commit is contained in:
11
roles/02-update/defaults/main.yml
Normal file
11
roles/02-update/defaults/main.yml
Normal file
@@ -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'
|
Reference in New Issue
Block a user