From 75909b6d4d7ff149bf8489ec02f19c4ee84e2d4a Mon Sep 17 00:00:00 2001 From: tylen Date: Mon, 19 Jan 2026 22:15:38 +0200 Subject: [PATCH] ansible: change localhost to newer release --- ansible/localhost/init.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/localhost/init.yaml b/ansible/localhost/init.yaml index 6c47cb5..a761b6a 100644 --- a/ansible/localhost/init.yaml +++ b/ansible/localhost/init.yaml @@ -35,7 +35,7 @@ - name: Add Docker Repository apt_repository: - repo: deb https://download.docker.com/linux/ubuntu focal stable + repo: deb https://download.docker.com/linux/ubuntu jammy stable state: present tags: docker