mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-06-14 22:36:09 +08:00
copr-builder: don't update kernel for now
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user