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