From f7230ea621a3a55bba78b514c926ef74bd97df03 Mon Sep 17 00:00:00 2001 From: olli Date: Tue, 22 Aug 2023 14:14:56 +0200 Subject: [PATCH] basics.yml aktualisiert --- basics.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/basics.yml b/basics.yml index cc6c679..34ef011 100644 --- a/basics.yml +++ b/basics.yml @@ -94,11 +94,18 @@ - traceroute - mailutils - rsyslog - #- systemd-resolved update_cache: yes install_recommends: no when: nocontainer.stat.exists == true + - name: Install Basic Packages especially for Debian 12 - bookworm + apt: + name: + - systemd-resolved + update_cache: yes + install_recommends: no + when: ansible_distribution_version == bookworm + - name: check if this is a mint system stat: path: /etc/linuxmint/mintSystem.conf