Thank you very much for your projects, it's working like a charm!
During installation trial and error, I came to a point where ansible-playbook failed on dhcpcd settings.
(precisely here)
|
- name: Wired TV Connection. Check vpntv dhcpcd static IP configuration was already done |
It turns out that the /etc/dhcpcd.conf file doesn't exist in the new raspiOS?
I tried to install dhcpcd5 apt package to fix this but I got timeout during package download, so instead of using the latest raspiOS (bookworm), I chose the lagacy version in the installer (bullseye), performed the setup again and it worked.
Maybe you should precise in the documentation that currently it is only tested for bullseye version?
Thank you very much for your projects, it's working like a charm!
During installation trial and error, I came to a point where ansible-playbook failed on dhcpcd settings.
(precisely here)
vpntv/tasks/config-wifi2eth.yml
Line 57 in e9643b8
It turns out that the /etc/dhcpcd.conf file doesn't exist in the new raspiOS?
I tried to install
dhcpcd5apt package to fix this but I got timeout during package download, so instead of using the latest raspiOS (bookworm), I chose the lagacy version in the installer (bullseye), performed the setup again and it worked.Maybe you should precise in the documentation that currently it is only tested for bullseye version?