mirror of
https://github.com/geerlingguy/ansible-role-docker.git
synced 2026-04-28 23:09:12 +02:00
install docker ce repository
This commit is contained in:
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user