dig, add package name for OpenSUSE and Fedora.
This commit is contained in:
@@ -17,6 +17,7 @@
|
|||||||
sendmail: msmtp
|
sendmail: msmtp
|
||||||
sendmail_mta: msmtp-mta
|
sendmail_mta: msmtp-mta
|
||||||
ca_certificates: ca-certificates
|
ca_certificates: ca-certificates
|
||||||
|
locate: mlocate
|
||||||
|
|
||||||
- name: General | Facts | Package | Parrot OS Fixes
|
- name: General | Facts | Package | Parrot OS Fixes
|
||||||
set_fact:
|
set_fact:
|
||||||
@@ -26,7 +27,6 @@
|
|||||||
|
|
||||||
- name: General | Facts | Package | apt
|
- name: General | Facts | Package | apt
|
||||||
set_fact:
|
set_fact:
|
||||||
locate: locate
|
|
||||||
opensshd: openssh-server
|
opensshd: openssh-server
|
||||||
microcode_amd: amd64-microcode
|
microcode_amd: amd64-microcode
|
||||||
microcode_intel: intel-microcode
|
microcode_intel: intel-microcode
|
||||||
@@ -72,6 +72,7 @@
|
|||||||
microcode_intel: microcode_ctl
|
microcode_intel: microcode_ctl
|
||||||
cron: cronie
|
cron: cronie
|
||||||
encfs: fuse-encfs
|
encfs: fuse-encfs
|
||||||
|
dig: bind-utils
|
||||||
when: ansible_pkg_mgr == "dnf"
|
when: ansible_pkg_mgr == "dnf"
|
||||||
|
|
||||||
- name: General | Facts | Package | zypper
|
- name: General | Facts | Package | zypper
|
||||||
@@ -82,6 +83,7 @@
|
|||||||
microcode_intel: ucode-intel
|
microcode_intel: ucode-intel
|
||||||
cron: cronie
|
cron: cronie
|
||||||
encfs: encfs
|
encfs: encfs
|
||||||
|
dig: bind-utils
|
||||||
when: ansible_pkg_mgr == "zypper"
|
when: ansible_pkg_mgr == "zypper"
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user