Begin fixing package installs for DNF (Fedora).
This commit is contained in:
@@ -56,7 +56,7 @@
|
||||
encfs: fusefs-encfs
|
||||
when: ansible_system == "FreeBSD"
|
||||
|
||||
- name: General | Facts | Package | dnf Fixes
|
||||
- name: General | Facts | Package | dnf (Fixes) # TBD: Fix + test package names: mlocate, dig, neofetch
|
||||
set_fact:
|
||||
ansible_pkg_mgr: dnf
|
||||
when: ansible_pkg_mgr in ("dnf5")
|
||||
@@ -64,7 +64,7 @@
|
||||
- name: General | Facts | Package | dnf
|
||||
set_fact:
|
||||
sshfs: fuse-sshfs
|
||||
locate: mlocate
|
||||
locate: plocate
|
||||
opensshd: openssh
|
||||
microcode_amd: microcode_ctl
|
||||
microcode_intel: microcode_ctl
|
||||
|
||||
Reference in New Issue
Block a user