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