- name: Add Jellyfin GPG key apt_key: url: "https://repo.jellyfin.org/debian/jellyfin_team.gpg.key" state: present - name: Add Jellyfin repository apt_repository: repo: "deb https://repo.jellyfin.org/debian bullseye main" filename: 'jellyfin' state: present - name: Install Jellyfin apt: name: jellyfin state: present