From dd903787e7f3827f987583d2182bb5e680ef9c68 Mon Sep 17 00:00:00 2001 From: Matan Horovitz Date: Fri, 24 Nov 2023 13:57:53 +0200 Subject: [PATCH] Do stuff --- traefik.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/traefik.yaml b/traefik.yaml index a055604..5d2f6fc 100644 --- a/traefik.yaml +++ b/traefik.yaml @@ -31,7 +31,7 @@ - name: Add Docker's APT repo ansible.builtin.apt_repository: - repo: "deb [arch={{ docker_arck }}] https://download.docker.com/linux/{{ ansible_distribution | lower }} {{ ansible_distribution_release }} stable" + repo: "deb [arch={{ docker_arch }}] https://download.docker.com/linux/{{ ansible_distribution | lower }} {{ ansible_distribution_release }} stable" state: present update_cache: yes