From 287987301ac033fca2278ae59346c1ecbcfe1c4c Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Mon, 27 May 2024 10:59:42 +0200 Subject: [PATCH 1/2] move fwupd to physical --- group_vars/all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/group_vars/all.yml b/group_vars/all.yml index 3c6fa3c2..7b7dcc4d 100644 --- a/group_vars/all.yml +++ b/group_vars/all.yml @@ -129,7 +129,6 @@ apt_packages_common: - iotop - pwgen - keychain - - fwupd - bc - jq apt_packages_physical: @@ -137,6 +136,7 @@ apt_packages_physical: - smartmontools - lm-sensors - ethtool + - fwupd apt_packages_vm: - qemu-guest-agent - open-vm-tools -- 2.43.0 From b710b92e70c9035911f6553a6a3df0b3034d2310 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Mon, 27 May 2024 10:59:50 +0200 Subject: [PATCH 2/2] remove neofetch --- group_vars/all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/group_vars/all.yml b/group_vars/all.yml index 7b7dcc4d..1c0c4880 100644 --- a/group_vars/all.yml +++ b/group_vars/all.yml @@ -119,7 +119,6 @@ apt_packages_common: - ncdu - net-tools - apt-transport-https - - neofetch - moreutils - acl - vim @@ -144,6 +143,7 @@ apt_packages_absent: - nano - snapd - ubuntu-advantage-tools + - neofetch ### mgrote_zfs_sanoid sanoid_templates: -- 2.43.0