install docker ce repository

This commit is contained in:
qubusp 2017-05-09 13:28:39 +02:00 committed by GitHub
parent b120481824
commit a83e39c2a9

View File

@ -1,7 +1,8 @@
---
- include: setup-RedHat.yml
when: ansible_os_family == 'RedHat'
- copy: src=docker.j2 dest=/etc/yum.repos.d/docker.repo
when: ansible_os_family == 'RedHat'
- include: setup-Debian.yml
when: ansible_os_family == 'Debian'