This commit is contained in:
Kekskurse 2021-10-11 11:04:57 +02:00
commit 22ac434320
Signed by: kekskurse
GPG Key ID: 728ACCB59341E7E4
2 changed files with 6 additions and 0 deletions

4
docker.yml Normal file
View File

@ -0,0 +1,4 @@
- name: Install apt-transport-https
apt:
name: apt-transport-https
state: presend

2
tasks/main.yml Normal file
View File

@ -0,0 +1,2 @@
- name: Install Docker
include: docker.yml