Skip to content
Snippets Groups Projects
Verified Commit 7a53fab2 authored by Kristian Klausen's avatar Kristian Klausen :tada:
Browse files

libvirt: s/qemu-headless/qemu-base/ due to packaging changes[1]

parent 7ea1eb29
No related branches found
No related tags found
1 merge request!385gitlab_runner: Add VM based executor (libvirt-executor)
......@@ -3,7 +3,7 @@
pacman: name=iptables force=yes state=absent
- name: install libvirt and needed optional dependencies
pacman: name=libvirt,qemu-headless,dnsmasq,iptables-nft state=present
pacman: name=libvirt,qemu-base,dnsmasq,iptables-nft state=present
register: result
- name: reload firewalld
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment