Skip to content

Commit 54cf79d

Browse files
authored
Merge pull request #523 from NetSys/zesty-docker
Update docker repo for Ubuntu 17.04
2 parents 20b940f + b2bea27 commit 54cf79d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

env/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
apt_key: url=https://download.docker.com/linux/ubuntu/gpg
77
become: true
88

9-
- apt_repository: repo='deb [arch=amd64] https://download.docker.com/linux/ubuntu {{ansible_distribution_release}} stable'
9+
- apt_repository: repo='deb [arch=amd64] https://download.docker.com/linux/ubuntu {{ansible_distribution_release}} edge'
1010
become: true
1111

1212
- name: Install Docker

0 commit comments

Comments
 (0)