Files
ansible/roles/base/templates/dnf.conf.j2
2022-07-18 12:59:28 -07:00

11 lines
212 B
Django/Jinja

# see `man dnf.conf` for defaults and possible options
[main]
fastestmirror=True
max_parallel_downloads=10
gpgcheck=True
installonly_limit=3
clean_requirements_on_remove=True
best=False
skip_if_unavailable=True