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:
Ian Wienand 2020-04-30 08:38:41 +10:00
parent fdfbc3d0b9
commit ecad907fd8

View File

@ -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 }}