Ich versuche gerade mein neues Board ( Prime N100i-D D4 mit Intel N100 Prozessor) mit yavdr-ansible und ubuntu 22.04 einzurichten. Nachdem ich in der host_vars/localhost die ppa Einträge für jammy vorgenommen habe, läuft das playbook. Leider gibt es bei der Festlegung des Primary Display ein Problem:
Code
TASK [yavdr-xorg : show primary display configuration] *************************
ok: [localhost] => {
"xorg.primary": "VARIABLE IS NOT DEFINED!"
Wahrscheinlich dadurch gibt es auch einen Fehler bei der Intel Konfiguration in Xorg: <br>
Code
TASK [yavdr-xorg : intel xorg config snippet]
fatal: [localhost]: FAILED! => {
"changed": false
}
MSG:
AnsibleUndefinedVariable: 'dict object' has no attribute 'primary'
Der VDR startet nicht, weil er kein Primary device findet.
Wo muss ich ansetzen, um das Problem zu lösen?
Ich habe das Log von ansible mit angehangen.
Gruß Micha