removed dhcpcd5 because of problems with raspberry-pi os packages: pi-bluetooth piwiz raspberrypi-sys-mods raspberrypi-ui-mods rpd-plym-splash userconf-pi

This commit is contained in:
olli 2024-10-07 14:25:44 +02:00
parent 35aa14d418
commit f16624e3e9

View File

@ -76,7 +76,6 @@
apt: apt:
name: name:
- hd-idle - hd-idle
- dhcpcd5
- jnettop - jnettop
- strace - strace
- tmux - tmux
@ -222,11 +221,6 @@
name: en_GB.UTF-8 name: en_GB.UTF-8
state: present 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 - name: SSH client settings
blockinfile: blockinfile:
path: /etc/ssh/ssh_config.d/settings.conf path: /etc/ssh/ssh_config.d/settings.conf
@ -370,6 +364,10 @@
if $hostname startswith '192.168.1.1' then stop if $hostname startswith '192.168.1.1' then stop
if $hostname startswith 'raspberry-' then /var/log/Raspberrys.log if $hostname startswith 'raspberry-' then /var/log/Raspberrys.log
if $hostname startswith 'raspberry-' then stop 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 /var/log/openwrt.log
if $hostname startswith 'openwrt-' then stop if $hostname startswith 'openwrt-' then stop