Refactor to reduce config in group_vars
This commit is contained in:
11
roles/apps/dnf.yml
Normal file
11
roles/apps/dnf.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
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
|
||||
Reference in New Issue
Block a user