basics.yml aktualisiert
This commit is contained in:
parent
5da8f1a9c8
commit
f7230ea621
@ -94,11 +94,18 @@
|
|||||||
- traceroute
|
- traceroute
|
||||||
- mailutils
|
- mailutils
|
||||||
- rsyslog
|
- rsyslog
|
||||||
#- systemd-resolved
|
|
||||||
update_cache: yes
|
update_cache: yes
|
||||||
install_recommends: no
|
install_recommends: no
|
||||||
when: nocontainer.stat.exists == true
|
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
|
- name: check if this is a mint system
|
||||||
stat:
|
stat:
|
||||||
path: /etc/linuxmint/mintSystem.conf
|
path: /etc/linuxmint/mintSystem.conf
|
||||||
|
Loading…
Reference in New Issue
Block a user