fix: add missing role deps
All checks were successful
ci/woodpecker/push/linting Pipeline was successful

This commit is contained in:
Simon Cornet 2026-05-18 10:24:50 +02:00
commit 952ba0debc

View file

@ -4,3 +4,9 @@ roles:
- name: "bazarr"
src: "https://git.simoncor.net/ansible/bazarr.git"
scm: "git"
- name: "docker"
src: "https://git.simoncor.net/ansible/docker.git"
scm: "git"
- name: "traefik"
src: "https://git.simoncor.net/ansible/traefik.git"
scm: "git"