feat: implement new repo layout
This commit is contained in:
parent
2f20e71d59
commit
683c85acde
5 changed files with 6 additions and 142 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue