feat: add docker as dependancy
This commit is contained in:
parent
2be68a5bc2
commit
02c3bc017b
2 changed files with 4 additions and 0 deletions
|
|
@ -5,4 +5,5 @@
|
|||
hosts: "all"
|
||||
become: true
|
||||
roles:
|
||||
- role: "docker"
|
||||
- role: "omni"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,9 @@
|
|||
---
|
||||
|
||||
roles:
|
||||
- name: "docker"
|
||||
src: "https://gitlab.simoncor.net/ansible/ans-docker.git"
|
||||
scm: "git"
|
||||
- name: "omni"
|
||||
src: "https://gitlab.simoncor.net/ansible/ans-omni.git"
|
||||
scm: "git"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue