Add initial dnf_conf role
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2024-03-03 18:29:41 -05:00
parent b2300e8ba8
commit c31b4cdd62
8 changed files with 142 additions and 1 deletions

View File

@ -0,0 +1,16 @@
---
dnf_conf_maintainer : "Chris H."
dnf_conf_maintainer_email : "<chris@thezengarden.net>"
dnf_conf_file : "/etc/dnf/dnf.conf"
dnf_conf_version : 1.0
dnf_conf_revision : 2433621
dnf_conf_fastest_mirror : "False"
dnf_conf_gpg_check : "1"
dnf_conf_max_downloads : 20
...