copr-builders: typo, use dnf -y
This commit is contained in:
parent
50e91eed5a
commit
c78ad03ea7
1 changed files with 1 additions and 1 deletions
|
@ -293,6 +293,6 @@
|
||||||
|
|
||||||
- name: disable zram0 swap, workaround for issue 2077
|
- name: disable zram0 swap, workaround for issue 2077
|
||||||
shell:
|
shell:
|
||||||
cmd: "dnf remove zram-generator-defaults ; swapoff /dev/zram0 ; true"
|
cmd: "dnf -y remove zram-generator-defaults ; swapoff /dev/zram0 ; true"
|
||||||
when:
|
when:
|
||||||
- prepare_base_image is not defined
|
- prepare_base_image is not defined
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue