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`.
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user