install-docker: remove arch match
There's no need to force the arch match in the sources.list; this breaks arm64 installs. Change-Id: If7bbfc567e117d3dabc3ba97a8701fa7b9db02f3
This commit is contained in:
parent
fdfbc3d0b9
commit
ecad907fd8
@ -1 +1 @@
|
||||
deb [arch=amd64] https://download.docker.com/linux/ubuntu {{ ansible_lsb.codename }} {{ docker_update_channel }}
|
||||
deb https://download.docker.com/linux/ubuntu {{ ansible_lsb.codename }} {{ docker_update_channel }}
|
||||
|
Loading…
Reference in New Issue
Block a user