Add dig to default installs.

This commit is contained in:
2025-08-19 14:48:23 -07:00
parent 3e1b0cc961
commit c7d06da91e
2 changed files with 3 additions and 0 deletions

View File

@@ -9,6 +9,7 @@
iftop: iftop
nethogs: nethogs
ntp_server: chrony
dig: dig
- name: General | Facts | Packages | Parrot OS Fixes
set_fact:
@@ -24,6 +25,7 @@
microcode_intel: intel-microcode
cron: cron
encfs: encfs
dig: dnsutils
when: ansible_pkg_mgr == "apt"
- name: General | Facts | Package | pacman

View File

@@ -59,6 +59,7 @@
- "{{ iftop }}"
- "{{ nethogs }}"
- "{{ ntp_server }}"
- "{{ dig }}"
state: present
- name: General | Software | Packages | Install Software (DEV)