We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 20b940f + b2bea27 commit 54cf79dCopy full SHA for 54cf79d
1 file changed
env/docker.yml
@@ -6,7 +6,7 @@
6
apt_key: url=https://download.docker.com/linux/ubuntu/gpg
7
become: true
8
9
- - apt_repository: repo='deb [arch=amd64] https://download.docker.com/linux/ubuntu {{ansible_distribution_release}} stable'
+ - apt_repository: repo='deb [arch=amd64] https://download.docker.com/linux/ubuntu {{ansible_distribution_release}} edge'
10
11
12
- name: Install Docker
0 commit comments