copr-builders: don't update kernel-core in AWS images (again)
https://bugzilla.redhat.com/show_bug.cgi?id=2047266
This commit is contained in:
parent
e398df9222
commit
a03f1f2ada
1 changed files with 5 additions and 0 deletions
|
@ -32,6 +32,11 @@
|
||||||
dnf:
|
dnf:
|
||||||
state: latest
|
state: latest
|
||||||
name: "*"
|
name: "*"
|
||||||
|
exclude:
|
||||||
|
# https://bugzilla.redhat.com/show_bug.cgi?id=2047266
|
||||||
|
# This is important for the AWS images only. Other images (like libvirt,
|
||||||
|
# IBM Cloud, etc.) are already updated.
|
||||||
|
- kernel-core
|
||||||
when: prepare_base_image is defined
|
when: prepare_base_image is defined
|
||||||
register: system_updated
|
register: system_updated
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue