Fixes for bookworm.
This commit is contained in:
parent
52bb5b4fbc
commit
ec7b77411b
2 changed files with 13 additions and 3 deletions
|
@ -9,6 +9,15 @@
|
|||
default_release: "{{ ansible_distribution_release }}-backports"
|
||||
when: ansible_distribution_release == 'bullseye'
|
||||
|
||||
- name: install libvirt packages
|
||||
apt:
|
||||
name:
|
||||
- libvirt-daemon-system
|
||||
- virt-manager
|
||||
state: latest
|
||||
autoremove: true
|
||||
when: ansible_distribution_release == 'bookworm'
|
||||
|
||||
- name: allow all users to use VMs
|
||||
lineinfile:
|
||||
dest: /etc/libvirt/libvirtd.conf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue