From f16624e3e92e7cdf96a9c69102d3cdcb4f377312 Mon Sep 17 00:00:00 2001 From: olli <> Date: Mon, 7 Oct 2024 14:25:44 +0200 Subject: [PATCH] removed dhcpcd5 because of problems with raspberry-pi os packages: pi-bluetooth piwiz raspberrypi-sys-mods raspberrypi-ui-mods rpd-plym-splash userconf-pi --- basics.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/basics.yml b/basics.yml index f24b1ba..1ca0c96 100644 --- a/basics.yml +++ b/basics.yml @@ -76,7 +76,6 @@ apt: name: - hd-idle - - dhcpcd5 - jnettop - strace - tmux @@ -222,11 +221,6 @@ name: en_GB.UTF-8 state: present - - name: NOW WITH DoH OVER DNSCRYPT-DNS-Proxy - ansible.builtin.file: - state: absent - path: /etc/systemd/resolved.conf.d/digitalcourage-dot.conf - - name: SSH client settings blockinfile: path: /etc/ssh/ssh_config.d/settings.conf @@ -370,6 +364,10 @@ if $hostname startswith '192.168.1.1' then stop if $hostname startswith 'raspberry-' then /var/log/Raspberrys.log if $hostname startswith 'raspberry-' then stop + if $hostname startswith 'pi-' then /var/log/Raspberrys.log + if $hostname startswith 'pi-' then stop + if $hostname startswith 'raspi-' then /var/log/Raspberrys.log + if $hostname startswith 'raspi-' then stop if $hostname startswith 'openwrt-' then /var/log/openwrt.log if $hostname startswith 'openwrt-' then stop