feat: add docker as dependancy

This commit is contained in:
Simon Cornet 2025-10-03 12:03:14 +02:00
commit 02c3bc017b
2 changed files with 4 additions and 0 deletions

View file

@ -5,4 +5,5 @@
hosts: "all"
become: true
roles:
- role: "docker"
- role: "omni"