fedora, change all package managers to use fastfetch.
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
nethogs: nethogs
|
||||
ntp_server: chrony
|
||||
dig: dig
|
||||
neofetch: neofetch
|
||||
neofetch: fastfetch
|
||||
lightdm: lightdm
|
||||
sddm: sddm
|
||||
tmux: tmux
|
||||
@@ -33,7 +33,6 @@
|
||||
cron: cron
|
||||
encfs: encfs
|
||||
dig: dnsutils
|
||||
neofetch: fastfetch
|
||||
when: ansible_pkg_mgr == "apt"
|
||||
|
||||
- name: General | Facts | Package | pacman
|
||||
@@ -59,7 +58,7 @@
|
||||
encfs: fusefs-encfs
|
||||
when: ansible_system == "FreeBSD"
|
||||
|
||||
- name: General | Facts | Package | dnf (Fixes) # TBD: Fix + test package names: mlocate, dig, neofetch
|
||||
- name: General | Facts | Package | dnf (Fixes)
|
||||
set_fact:
|
||||
ansible_pkg_mgr: dnf
|
||||
when: ansible_pkg_mgr in ("dnf5")
|
||||
|
||||
Reference in New Issue
Block a user