copr-builders: typo, use dnf -y

This commit is contained in:
Pavel Raiskup 2022-02-28 18:17:53 +01:00
parent 50e91eed5a
commit c78ad03ea7

View file

@ -293,6 +293,6 @@
- name: disable zram0 swap, workaround for issue 2077
shell:
cmd: "dnf remove zram-generator-defaults ; swapoff /dev/zram0 ; true"
cmd: "dnf -y remove zram-generator-defaults ; swapoff /dev/zram0 ; true"
when:
- prepare_base_image is not defined