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"
|
hosts: "all"
|
||||||
become: true
|
become: true
|
||||||
roles:
|
roles:
|
||||||
|
- role: "docker"
|
||||||
- role: "omni"
|
- role: "omni"
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,9 @@
|
||||||
---
|
---
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
|
- name: "docker"
|
||||||
|
src: "https://gitlab.simoncor.net/ansible/ans-docker.git"
|
||||||
|
scm: "git"
|
||||||
- name: "omni"
|
- name: "omni"
|
||||||
src: "https://gitlab.simoncor.net/ansible/ans-omni.git"
|
src: "https://gitlab.simoncor.net/ansible/ans-omni.git"
|
||||||
scm: "git"
|
scm: "git"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue