feat: dont duplicate role execution

This commit is contained in:
Simon Cornet 2025-11-01 12:44:40 +01:00
commit cb581ab9c1

View file

@ -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"