diff --git a/roles/dnf-automatic/templates/automatic.conf.j2 b/roles/dnf-automatic/templates/automatic.conf.j2 index dc1b7d8747..ae58db0478 100644 --- a/roles/dnf-automatic/templates/automatic.conf.j2 +++ b/roles/dnf-automatic/templates/automatic.conf.j2 @@ -54,3 +54,9 @@ debuglevel = 1 # https://bz.apache.org/bugzilla/show_bug.cgi?id=65769 exclude = httpd* {% endif %} +{% if inventory_hostname.startswith('build') %} +# exclude git for now as it's breaking koji +# https://pagure.io/fedora-infrastructure/issue/10677 +# https://pagure.io/koji/issue/3351 +exclude = git* +{% endif %}