12 lines
233 B
YAML
12 lines
233 B
YAML
configs:
|
|
path: /etc/dnf/dnf.conf
|
|
template: |
|
|
# see `man dnf.conf` for defaults and possible options
|
|
|
|
[main]
|
|
# installonly_limit=3
|
|
# best=False
|
|
skip_if_unavailable=True
|
|
deltarpm=True
|
|
fastestmirror=True
|