From f61d8e3c6455a6afe19eb670eb06f69c07c9162d Mon Sep 17 00:00:00 2001 From: Yi He Date: Wed, 20 Nov 2024 16:58:31 +0800 Subject: [PATCH] ci: fix iso case failure --- tests/greenboot-bootc-anaconda-iso.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/greenboot-bootc-anaconda-iso.sh b/tests/greenboot-bootc-anaconda-iso.sh index a6947b5..db870cb 100755 --- a/tests/greenboot-bootc-anaconda-iso.sh +++ b/tests/greenboot-bootc-anaconda-iso.sh @@ -83,7 +83,7 @@ wait_for_ssh_up () { ## ########################################################### greenprint "Installing required packages" -sudo dnf install -y podman qemu-img firewalld qemu-kvm libvirt-client libvirt-daemon-kvm libvirt-daemon virt-install rpmdevtools ansible-core +sudo dnf install -y podman qemu-img firewalld qemu-kvm libvirt-client libvirt-daemon-kvm libvirt-daemon virt-install rpmdevtools ansible-core lorax ansible-galaxy collection install community.general # Start firewalld