From 4864ee3869b4c2509b9948fe338f728753827e31 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Thu, 30 Oct 2025 15:37:17 -0700 Subject: [PATCH] Convert dnf5 to dnf. --- facts/general/package.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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