Skip to content

Commit

Permalink
fix apt_repository dynamic lookup of distro
Browse files Browse the repository at this point in the history
fixes #174
  • Loading branch information
angstwad committed Jul 12, 2017
1 parent 44ba18f commit ea1d8fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ ssh_port: 22
apt_key_url: https://download.docker.com/linux/ubuntu/gpg
# apt repository key signature
apt_key_sig: 9DC858229FC7DD38854AE2D88D81803C0EBFCD88
# Name of the apt repository for classic docker or edition docker
apt_repository: "deb [arch=amd64] https://download.docker.com/linux/ubuntu {{ ansible_lsb.codename|lower }} stable"
# Name of the apt repository for Docker CE or EE
apt_repository: "deb [arch=amd64] https://download.docker.com/linux/{{ ansible_lsb.id|lower }} {{ ansible_lsb.codename|lower }} stable"
# The following help expose a docker port or to add additional options when
# running docker daemon. The default is to not use any special options.
#docker_opts: >
Expand Down

0 comments on commit ea1d8fa

Please sign in to comment.