dig, add package name for OpenSUSE and Fedora.

This commit is contained in:
2026-08-04 17:32:42 -07:00
parent 21d69f230b
commit 52c6dba409
+3 -1
View File
@@ -17,6 +17,7 @@
sendmail: msmtp
sendmail_mta: msmtp-mta
ca_certificates: ca-certificates
locate: mlocate
- name: General | Facts | Package | Parrot OS Fixes
set_fact:
@@ -26,7 +27,6 @@
- name: General | Facts | Package | apt
set_fact:
locate: locate
opensshd: openssh-server
microcode_amd: amd64-microcode
microcode_intel: intel-microcode
@@ -72,6 +72,7 @@
microcode_intel: microcode_ctl
cron: cronie
encfs: fuse-encfs
dig: bind-utils
when: ansible_pkg_mgr == "dnf"
- name: General | Facts | Package | zypper
@@ -82,6 +83,7 @@
microcode_intel: ucode-intel
cron: cronie
encfs: encfs
dig: bind-utils
when: ansible_pkg_mgr == "zypper"