feat: dont duplicate role execution
This commit is contained in:
parent
d69d146999
commit
cb581ab9c1
1 changed files with 1 additions and 10 deletions
|
|
@ -15,16 +15,7 @@
|
|||
changed_when: false
|
||||
failed_when: false
|
||||
|
||||
|
||||
# execute the roles
|
||||
- name: "execute role: docker"
|
||||
ansible.builtin.include_role:
|
||||
name: "docker"
|
||||
|
||||
# execute the role
|
||||
- name: "execute role: jellyfin"
|
||||
ansible.builtin.include_role:
|
||||
name: "jellyfin"
|
||||
|
||||
- name: "execute role: traefik"
|
||||
ansible.builtin.include_role:
|
||||
name: "traefik"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue