feat: implement new repo layout

This commit is contained in:
Simon Cornet 2025-11-01 12:57:15 +01:00
commit 683c85acde
5 changed files with 6 additions and 142 deletions

View file

@ -4,7 +4,7 @@
- name: "install bazarr"
hosts: "all"
become: true
pre_tasks:
tasks:
# due to semaphore bug we need to do this ourselves
- name: "force-update requirements"
@ -15,7 +15,7 @@
changed_when: false
failed_when: false
roles:
- role: "docker"
- role: "bazarr"
- role: "traefik"
# execute the role
- name: "execute role: bazarr"
ansible.builtin.include_role:
name: "bazarr"