Hallo zusammen,
ich habe hier noch einen alten MEDION AKOYA S4504 D DE rumstehen.
Auf diesem hatte ich mal vor ein paar Jahren yaVDR-ansible 18.04 installiert.
Jetzt habe ich die Festplatte ausgetauscht und möchte auf der neuen Festplatte yaVDR-ansible auf der Basis von Ubuntu 20.04 installieren.
Ich weiß, Ubuntu 20.04 gilt als veraltet.
Aber aufgrund des Nvidia-Treiber 340 in der Kombination mit vdr-plugin-softhddevice-ffmpeg-2.8 möchte ich gerne Ubuntu 20.04 verwenden.
Nun habe ich das Problem, dass beim Task, bei der Installation der vdr plugins, ansible den Anker schmeißt:
TASK [vdr : apt | install additional vdr plugins] ************************************************************************************************************
An exception occurred during task execution. To see the full traceback, use -vvv. The error was: AttributeError: 'dict' object has no attribute 'strip'
fatal: [localhost]: FAILED! => {
"changed": false,
"rc": 1
}
MSG:
MODULE FAILURE
See stdout/stderr for the exact error
MODULE_STDERR:
Traceback (most recent call last):
File "<stdin>", line 102, in <module>
File "<stdin>", line 94, in _ansiballz_main
File "<stdin>", line 40, in invoke_module
File "/usr/lib/python3.8/runpy.py", line 207, in run_module
return _run_module_code(code, init_globals, run_name, mod_spec)
File "/usr/lib/python3.8/runpy.py", line 97, in _run_module_code
_run_code(code, mod_globals, init_globals,
File "/usr/lib/python3.8/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/tmp/ansible_apt_payload_vs_9j_eh/ansible_apt_payload.zip/ansible/modules/packaging/os/apt.py", line 1203, in <module>
File "/tmp/ansible_apt_payload_vs_9j_eh/ansible_apt_payload.zip/ansible/modules/packaging/os/apt.py", line 1135, in main
File "/tmp/ansible_apt_payload_vs_9j_eh/ansible_apt_payload.zip/ansible/modules/packaging/os/apt.py", line 1135, in <listcomp>
AttributeError: 'dict' object has no attribute 'strip'
Display More
Ich habe dann vermutet, dass sich im PPA die Pakete der vdr-plugins leicht geändert haben.
Diese habe ich dann entsprechend angepasst, aber ich lande wieder im gleichen Fehler.
Habe ich beim anlegen von der host_vars/localhost einen Fehler gemacht oder liegt das Problem tiefer?
Falls noch weitere Logs benötigt werden, kann ich diese gerne nachreichen!
Vielen Dank!
Schöne Grüße
Christian