Expand base package list and fix dnsutils name

This commit is contained in:
2026-09-12 11:44:31 -04:00
parent feced9f154
commit 8ade9c9b4f
2 changed files with 9 additions and 1 deletions
+8 -1
View File
@@ -6,17 +6,24 @@ base_locale_default: en_US.UTF-8
base_packages:
- apache2-utils
- bind9-dnsutils
- btop
- cryptsetup
- curl
- dnsutils
- debsecan
- hashdeep
- htop
- jq
- kpartx
- ncdu
- pv
- pwgen
- rsync
- screen
- strace
- tcpdump
- tmux
- trash-cli
- tree
- vim
- wget
+1
View File
@@ -3,6 +3,7 @@
name: "{{ base_packages }}"
state: present
update_cache: true
tags: base_software
- name: Get the default policy and basic SELinux utilities
ansible.builtin.apt: