Update 2 files

- /roles/base_setup/tasks/main.yml
- /group_vars/all.yml
This commit is contained in:
Administrator 2026-03-24 15:41:47 +05:00
parent 9fb31b2a55
commit 9d904143c5
2 changed files with 2 additions and 1 deletions

View File

@ -52,7 +52,7 @@ cleanup_packages:
# Фиксированные версии для LXC-контейнеров (Ubuntu 24.04)
docker_pinned_packages:
- "containerd.io=1.7.28-1~ubuntu.24.04~noble"
- "runc=1.1.12-0ubuntu2~24.04.1"
- "runc=1.1.12-0ubuntu3"
# Включить фиксацию версий в LXC
lxc_docker_pin_enabled: true

View File

@ -42,6 +42,7 @@
name: "{{ item }}"
state: present
allow_downgrade: yes
allow_change_held_packages: yes
loop: "{{ docker_pinned_packages }}"
become: yes
notify: restart docker