From e0475a5a047c4bd75c2b9925ace0dd288611a4f9 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Mon, 9 Mar 2026 18:33:22 +0100 Subject: [PATCH] fix: add spaces --- tasks/install.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tasks/install.yaml b/tasks/install.yaml index 94e1104..0a5876b 100644 --- a/tasks/install.yaml +++ b/tasks/install.yaml @@ -62,9 +62,9 @@ - name: "docker repository" ansible.builtin.apt_repository: repo: - "deb [arch={{ ansible_architecture | replace('x86_64', 'amd64') }}\ - signed-by=/etc/apt/keyrings/docker.asc]\ - https://download.docker.com/linux/{{ ansible_distribution | lower }}\ + "deb [arch={{ ansible_architecture | replace('x86_64', 'amd64') }} \ + signed-by=/etc/apt/keyrings/docker.asc] \ + https://download.docker.com/linux/{{ ansible_distribution | lower }} \ {{ ansible_distribution_release }} stable" state: "present" filename: "docker"