Danke für den Tip mit dem ssh. Ich hatte das Alles vergessen, bin 63
ralf@noble:~$ ls -ls /etc/apt/sources.list.d/
total 8
4 -rw-r--r-- 1 root root 78 Dez 6 12:21 ppa_seahawk1986_hotmail_noble_main_noble.list
4 -rw-r--r-- 1 root root 386 Dez 5 23:01 ubuntu.sources
ralf@noble:~/yavdr-ansible$ cat host_vars/localhost
---
# file: group_vars/all
# Ansible configuration, overwrite if you want to use the playbook(s) remotely
# e.g. in a file `host_vars/my_yavdr_host`
ansible_host: localhost
ansible_connection: local
branch: noble
ppa_owner: 'ppa:seahawk1986-hotmail'
# add the following PPAs
repositories:
- '{{ ppa_owner }}/{{branch}}-main'
- '{{ ppa_owner }}/{{branch}}-vdr-2.7.7'
# install kodi as flatpak instead of a debian package
kodi_as_flatpak: True
# set to True to add the repository ppa:/kelebek333/nvidia-legacy for nvidia-legacy drivers (340, 390) and disable the ABI version check by the X-Server to use those old drivers
Fehler beim Installieren
TASK [yavdr-common : apt | prevent automatic installation of recommended packages] ****************************************************************
ok: [localhost]
TASK [yavdr-common : add PPAs] ********************************************************************************************************************
ok: [localhost] => (item=ppa:seahawk1986-hotmail/noble-main)
failed: [localhost] (item=ppa:seahawk1986-hotmail/noble-vdr-2.7.7) => {
"ansible_loop_var": "item",
"changed": false,
"item": "ppa:seahawk1986-hotmail/noble-vdr-2.7.7"
}
MSG:
failed to fetch PPA information, error was: HTTP Error 404: Not Found
PLAY RECAP ****************************************************************************************************************************************
localhost : ok=4 changed=1 unreachable=0 failed=1 skipped=4 rescued=0 ignored=0