Use bionic release of docker for Ubuntu

This commit is contained in:
Jesper Hess 2019-02-09 14:59:45 +01:00
parent f97eb0e8ed
commit 5f1e4e02ef
Signed by untrusted user: graffen
GPG Key ID: 351A89E40D763F0F
1 changed files with 2 additions and 2 deletions

View File

@ -1,13 +1,13 @@
---
- name: add docker gpg key
apt_key:
keyserver: pgp.key-server.io
keyserver: pgp.mit.edu
id: 8D81803C0EBFCD88
state: present
- name: add docker apt repository
apt_repository:
repo: deb https://download.docker.com/linux/ubuntu artful stable
repo: deb https://download.docker.com/linux/ubuntu bionic stable
state: present
update_cache: yes