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,9 +1,6 @@
---
- name: Update apt cache and upgrade system packages (Debian/Ubuntu)
- name: Update apt cache for Debian/Ubuntu
ansible.builtin.apt:
update_cache: true
upgrade: dist
autoremove: true
autoclean: true
when: ansible_os_family == "Debian"
register: system_update_result
update_cache: yes
cache_valid_time: 3600
when: ansible_os_family == "Debian"