From bb13a1e5b41e0ca1242036e66002b9a75bb49652 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Thu, 9 Oct 2025 16:34:53 +0200 Subject: [PATCH] style: fix indentation --- tasks/install.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/install.yaml b/tasks/install.yaml index 2d5f144..99b5edd 100644 --- a/tasks/install.yaml +++ b/tasks/install.yaml @@ -32,7 +32,7 @@ ansible.builtin.apt_repository: repo: "deb [arch={{ ansible_architecture }} signed-by=/etc/apt/keyrings/docker.asc] \ - https://download.docker.com/linux/debian {{ ansible_distribution_release }} stable" + https://download.docker.com/linux/debian {{ ansible_distribution_release }} stable" state: "present" filename: "docker"