Added docker itself.

This commit is contained in:
Egon Rijpkema
2017-04-18 14:10:41 +02:00
parent e51384e956
commit a087b1fd50
2 changed files with 14 additions and 5 deletions

12
tasks/docker.yml Normal file
View File

@ -0,0 +1,12 @@
---
- apt_key:
id: 58118E89F3A912897C070ADBF76221572C52609D
keyserver: hkp://p80.pool.sks-keyservers.net:80
state: present
- apt_repository:
repo: deb https://apt.dockerproject.org/repo ubuntu-xenial main
update_cache: yes
- apt:
name: docker-engine