Fixes for bookworm.
This commit is contained in:
parent
52bb5b4fbc
commit
ec7b77411b
2 changed files with 13 additions and 3 deletions
|
@ -4,7 +4,8 @@
|
|||
name:
|
||||
- thunderbird-l10n-de
|
||||
- webext-privacy-badger
|
||||
- webext-ublock-origin
|
||||
- webext-ublock-origin-firefox
|
||||
- webext-ublock-origin-chromium
|
||||
- emacs
|
||||
- elpa-magit
|
||||
- elpa-color-theme-modern
|
||||
|
@ -23,7 +24,7 @@
|
|||
- ghex
|
||||
- thonny
|
||||
- spyder
|
||||
- mu-editor
|
||||
# - mu-editor
|
||||
- dia
|
||||
- vym
|
||||
- tree
|
||||
|
@ -33,7 +34,7 @@
|
|||
|
||||
- name: add {{ ansible_distribution_release }}-backports
|
||||
apt_repository:
|
||||
repo: deb http://deb.debian.org/debian/ {{ ansible_distribution_release }}-backports main
|
||||
repo: deb http://deb.debian.org/debian/ {{ ansible_distribution_release }}-backports main contrib non-free
|
||||
state: present
|
||||
update_cache: true
|
||||
when: ansible_distribution_release == 'bullseye'
|
||||
|
|
|
@ -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
Reference in a new issue