From 4591105b278b3d514b6e7953fecd3fb1b9f5e29d Mon Sep 17 00:00:00 2001 From: tolerryan <105945216+tolerryan@users.noreply.github.com> Date: Mon, 6 Oct 2025 02:25:56 -0500 Subject: [PATCH] repo fix --- roles/lib/install-docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/lib/install-docker.yml b/roles/lib/install-docker.yml index 383a1b3..ecb29c3 100644 --- a/roles/lib/install-docker.yml +++ b/roles/lib/install-docker.yml @@ -30,7 +30,7 @@ name: docker types: [deb] uris: "https://download.docker.com/linux/debian" - components: [main] + components: [stable] suites: ["trixie"] signed_by: https://download.docker.com/linux/debian/gpg state: present