Add packages from backports (bullseye only).
This commit is contained in:
parent
c8bd147d78
commit
52bb5b4fbc
2 changed files with 22 additions and 1 deletions
|
@ -5,6 +5,9 @@
|
|||
- libvirt-daemon-system
|
||||
- virt-manager
|
||||
state: latest
|
||||
autoremove: true
|
||||
default_release: "{{ ansible_distribution_release }}-backports"
|
||||
when: ansible_distribution_release == 'bullseye'
|
||||
|
||||
- name: allow all users to use VMs
|
||||
lineinfile:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue