Fix docker-ce repo for ARM64 72/15072/3
authorMartin Klozik <martin.klozik@tieto.com>
Fri, 29 Mar 2019 14:13:57 +0000 (15:13 +0100)
committerMartin Klozik <martin.klozik@tieto.com>
Fri, 29 Mar 2019 14:13:57 +0000 (15:13 +0100)
commit4d47be082f47885d2e29522d7a409d2b5d5e3e8f
treec6c61593835cff14ca06e4d33eff14566f6bb050
parentda33cb58544e319f17ce6171d68fc498a54e715b
Fix docker-ce repo for ARM64

Docker-ce apt repository used armhf (32bit) architecture tag
instead of correct arm64.
Remove "edge" repo channel enforcement for Ubuntu 18.04 and ARM as it
is not necessary. Both 32bit and 64bit ARM binaries of docker-ce
are available in the stable repo channel.
Adding spaces around variable names to avoid ansible lint issue [206].

Change-Id: I4a677681a3427e5993b566f4572611feaa17417a
Signed-off-by: Martin Klozik <martin.klozik@tieto.com>
tasks/main.yml