copr-builder: don't update kernel for now
This commit is contained in:
parent
a8d5d04cde
commit
46e6b99726
1 changed files with 5 additions and 1 deletions
|
@ -15,7 +15,11 @@
|
|||
state: absent
|
||||
|
||||
- name: update the system
|
||||
shell: dnf -y upgrade
|
||||
dnf:
|
||||
state: latest
|
||||
name: "*"
|
||||
exclude:
|
||||
- kernel # https://bugzilla.redhat.com/show_bug.cgi?id=2013183
|
||||
when: prepare_base_image is defined
|
||||
register: system_updated
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue