Skip to content

Commit

Permalink
Add APT repository architecture override
Browse files Browse the repository at this point in the history
  • Loading branch information
legege authored and angstwad committed Jan 10, 2018
1 parent 82295b9 commit 4dfee85
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ apt_key_sig: 9DC858229FC7DD38854AE2D88D81803C0EBFCD88
# apt keyring file
keyring: "/etc/apt/trusted.gpg.d/docker.gpg"
# Name of the apt repository for Docker CE or EE
apt_repository: "deb [arch=amd64] https://download.docker.com/linux/{{ ansible_distribution|lower }} {{ ansible_distribution_release|lower }} stable"
apt_repository_arch: "amd64"
apt_repository: "deb [arch={{ apt_repository_arch }}] https://download.docker.com/linux/{{ ansible_distribution|lower }} {{ ansible_distribution_release|lower }} stable"

# daemon_json allows you to configure the daemon with the daemon.json file.
# https://docs.docker.com/engine/reference/commandline/dockerd/#on-linux
Expand Down

0 comments on commit 4dfee85

Please sign in to comment.