Matrix Riot service #15

Merged
valberg merged 11 commits from matrix-riot into master 2019-02-09 21:47:13 +00:00
Showing only changes of commit 5f1e4e02ef - Show all commits

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