Update 2 files
- /roles/base_setup/tasks/main.yml - /group_vars/all.yml
This commit is contained in:
parent
9fb31b2a55
commit
9d904143c5
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user