Stuff
This commit is contained in:
commit
22ac434320
2 changed files with 6 additions and 0 deletions
4
docker.yml
Normal file
4
docker.yml
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
- name: Install apt-transport-https
|
||||||
|
apt:
|
||||||
|
name: apt-transport-https
|
||||||
|
state: presend
|
2
tasks/main.yml
Normal file
2
tasks/main.yml
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
- name: Install Docker
|
||||||
|
include: docker.yml
|
Reference in a new issue