Add packages from backports (bullseye only).

This commit is contained in:
Andreas B. Mundt 2023-01-22 19:46:22 +01:00
parent c8bd147d78
commit 52bb5b4fbc
2 changed files with 22 additions and 1 deletions

View file

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