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