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
Dustin 2024-06-23 10:42:09 -05:00
parent 24bf145a34
commit 0464041cf8
1 changed files with 3 additions and 0 deletions

View File

@ -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 %}