This commit is contained in:
2026-02-23 21:58:20 +01:00
parent 6fa22fc99f
commit 1a2142cf14

View File

@@ -75,13 +75,16 @@
dest: /etc/apt/keyrings/docker.gpg
mode: '0644'
- name: Add Docker repository (Ubuntu 24.04 safe)
- name: Add Docker repository (Ubuntu 24 safe)
apt_repository:
repo: "deb [arch=amd64 signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/ubuntu {{ ansible_lsb.codename }} stable"
state: present
filename: docker
update_cache: no
- name: Update apt cache
apt:
update_cache: yes
- name: Install required packages
apt:
name: