feat: use amd64 statically
This commit is contained in:
parent
bb13a1e5b4
commit
677be0eeed
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue