From 643447914421140d43ba3310553e301042fcf67c Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Mon, 9 Mar 2026 18:22:14 +0100 Subject: [PATCH] fix: indentation stuff --- tasks/install.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/tasks/install.yaml b/tasks/install.yaml index c593e82..94e1104 100644 --- a/tasks/install.yaml +++ b/tasks/install.yaml @@ -61,10 +61,11 @@ # add docker repository - 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 }}\ - {{ ansible_distribution_release }} stable" + repo: + "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"