ci: use dnf
This commit is contained in:
parent
8d93517be7
commit
8a7439d7a9
2
.github/workflows/e2e.yml
vendored
2
.github/workflows/e2e.yml
vendored
@ -81,7 +81,7 @@ jobs:
|
||||
|
||||
ssh root@$IP "cloud-init status --wait"
|
||||
|
||||
ssh root@$IP "yum -y podman qemu-system-x86"
|
||||
ssh root@$IP "dnf install -y podman qemu-kvm"
|
||||
|
||||
ssh root@$IP "useradd --groups kvm --shell /bin/bash user && mkdir -p /home/user/.ssh && cp /root/.ssh/authorized_keys /home/user/.ssh/ && chown -R user:user /home/user"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user