check new version
Some checks failed
Ansible Minecraft Server CI/CD / lint (push) Failing after 21s
Ansible Minecraft Server CI/CD / test (push) Has been skipped
Ansible Minecraft Server CI/CD / deploy (push) Has been skipped

This commit is contained in:
2025-08-27 07:59:19 +02:00
parent 7a2ccb537b
commit 9ea9ac7254
125 changed files with 2696 additions and 1511 deletions

View File

@@ -1,14 +1,6 @@
---
# Update configuration
update_check_ssh_keys: true
update_check_system: true
update_check_spigot: true
# Spigot update settings
spigot_current_version_file: "{{ minecraft_server_dir }}/.version"
spigot_new_version_dir: "{{ minecraft_base_dir }}/new_version"
spigot_backup_dir: "{{ minecraft_base_dir }}/version_backups"
# System update settings
system_update_auto: false
system_reboot_required_check: true
spigot_update_dir: "{{ minecraft_sources_dir }}/update"
spigot_previous_dir: "{{ minecraft_sources_dir }}/previous"