basics.yml aktualisiert
This commit is contained in:
parent
5da8f1a9c8
commit
f7230ea621
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user