diff --git a/facts/general/package.yml b/facts/general/package.yml index d65af26..cd72f54 100644 --- a/facts/general/package.yml +++ b/facts/general/package.yml @@ -2,7 +2,7 @@ # Define program names for package builtin. # This file is for ALL systems and should not include UI components. -- name: General | Facts | Packages | Shared Defaults +- name: General | Facts | Package | Shared Defaults set_fact: sshfs: sshfs tar: tar @@ -12,7 +12,7 @@ dig: dig neofetch: neofetch -- name: General | Facts | Packages | Parrot OS Fixes +- name: General | Facts | Package | Parrot OS Fixes set_fact: ansible_pkg_mgr: "apt" ansible_python_interpreter: "/usr/bin/python3" @@ -56,6 +56,11 @@ encfs: fusefs-encfs when: ansible_system == "FreeBSD" +- name: General | Facts | Package | dnf Fixes + set_fact: + ansible_pkg_mgr: dnf + when: ansible_pkg_mgr in ("dnf5") + - name: General | Facts | Package | dnf set_fact: sshfs: fuse-sshfs