Skip to content

Commit

Permalink
test16
Browse files Browse the repository at this point in the history
Signed-off-by: Corey Hemminger <[email protected]>
  • Loading branch information
Stromweld committed Apr 3, 2024
1 parent 60b3a6d commit 2835af6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pkr-bld-qemu-x64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ jobs:
sudo udevadm control --reload-rules
sudo udevadm trigger --name-match=kvm
sudo usermod -aG kvm $USER
sudo usermod -aG libvirtd $USER
sudo usermod -aG libvirt $USER
sudo adduser `id -un` libvirtd
sudo systemctl start libvirtd
sudo systemctl status libvirtd
- name: Install Chef
Expand Down

0 comments on commit 2835af6

Please sign in to comment.