Private
Public Access
2
0

Main target is now Debian 13 instead of Ubuntu 24.04

This commit is contained in:
2026-03-18 09:53:24 +03:00
parent 5199567bda
commit 63ed305852
14 changed files with 114 additions and 26 deletions

View File

@@ -4,6 +4,7 @@
upgrade: "safe"
- name: Install default packages
when: "common_default_packages | length > 0"
ansible.builtin.apt:
name: "{{ common_default_packages }}"
autoclean: true