r/dnf-automatic: Allow excluding packages
Some hosts may have packages that we do not want to have updated automatically. For those, we can set `dnf_automatic_exclude`.frigate-exporter
parent
24bf145a34
commit
0464041cf8
|
@ -99,3 +99,6 @@ email_to = root
|
|||
# Use this to filter DNF core messages
|
||||
debuglevel = 1
|
||||
installonly_limit = 2
|
||||
{% if dnf_automatic_exclude|d(none) %}
|
||||
excludepkgs = {{ dnf_automatic_exclude }}
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in New Issue