Commit 677be0ee authored by Simon Cornet's avatar Simon Cornet
Browse files

feat: use amd64 statically

parent bb13a1e5
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@
- name: "docker repository"
  ansible.builtin.apt_repository:
    repo:
      "deb [arch={{ ansible_architecture }} signed-by=/etc/apt/keyrings/docker.asc] \
      "deb [arch=amd64 signed-by=/etc/apt/keyrings/docker.asc] \
       https://download.docker.com/linux/debian {{ ansible_distribution_release }} stable"
    state: "present"
    filename: "docker"