1
0
Fork 0

ci: use dnf

master
dump_stack() 2023-05-16 18:41:19 +00:00
parent 8d93517be7
commit 8a7439d7a9
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
1 changed files with 1 additions and 1 deletions

View File

@ -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"