Convert dnf5 to dnf.
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
# Define program names for package builtin.
|
# Define program names for package builtin.
|
||||||
# This file is for ALL systems and should not include UI components.
|
# 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:
|
set_fact:
|
||||||
sshfs: sshfs
|
sshfs: sshfs
|
||||||
tar: tar
|
tar: tar
|
||||||
@@ -12,7 +12,7 @@
|
|||||||
dig: dig
|
dig: dig
|
||||||
neofetch: neofetch
|
neofetch: neofetch
|
||||||
|
|
||||||
- name: General | Facts | Packages | Parrot OS Fixes
|
- name: General | Facts | Package | Parrot OS Fixes
|
||||||
set_fact:
|
set_fact:
|
||||||
ansible_pkg_mgr: "apt"
|
ansible_pkg_mgr: "apt"
|
||||||
ansible_python_interpreter: "/usr/bin/python3"
|
ansible_python_interpreter: "/usr/bin/python3"
|
||||||
@@ -56,6 +56,11 @@
|
|||||||
encfs: fusefs-encfs
|
encfs: fusefs-encfs
|
||||||
when: ansible_system == "FreeBSD"
|
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
|
- name: General | Facts | Package | dnf
|
||||||
set_fact:
|
set_fact:
|
||||||
sshfs: fuse-sshfs
|
sshfs: fuse-sshfs
|
||||||
|
|||||||
Reference in New Issue
Block a user