From 7048d99b69dfb42603ffa0596fd7cbf3175883e3 Mon Sep 17 00:00:00 2001 From: tolerryan <105945216+tolerryan@users.noreply.github.com> Date: Tue, 25 Nov 2025 01:49:27 -0600 Subject: [PATCH] remove quotes --- 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 71d8e71..8c03341 100644 --- a/roles/lib/install-docker.yml +++ b/roles/lib/install-docker.yml @@ -32,7 +32,7 @@ uris: "https://download.docker.com/linux/debian" components: [stable] suites: ["trixie"] - signed_by: "https://download.docker.com/linux/debian/gpg" + signed_by: https://download.docker.com/linux/debian/gpg state: present enabled: true when: