feat: move deps to playbook
Remove galaxy dependencies from role meta and add explicit include_role tasks in the playbook instead.
This commit is contained in:
parent
bb8edd60f2
commit
96c52879ff
2 changed files with 11 additions and 3 deletions
|
|
@ -15,6 +15,16 @@
|
|||
changed_when: false
|
||||
failed_when: false
|
||||
|
||||
# execute the role
|
||||
- name: "execute role: docker"
|
||||
ansible.builtin.include_role:
|
||||
name: "docker"
|
||||
|
||||
# execute the role
|
||||
- name: "execute role: traefik"
|
||||
ansible.builtin.include_role:
|
||||
name: "traefik"
|
||||
|
||||
# execute the role
|
||||
- name: "execute role: jellyfin"
|
||||
ansible.builtin.include_role:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue