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:
|
name:
|
||||||
- thunderbird-l10n-de
|
- thunderbird-l10n-de
|
||||||
- webext-privacy-badger
|
- webext-privacy-badger
|
||||||
- webext-ublock-origin
|
- webext-ublock-origin-firefox
|
||||||
|
- webext-ublock-origin-chromium
|
||||||
- emacs
|
- emacs
|
||||||
- elpa-magit
|
- elpa-magit
|
||||||
- elpa-color-theme-modern
|
- elpa-color-theme-modern
|
||||||
|
@ -23,7 +24,7 @@
|
||||||
- ghex
|
- ghex
|
||||||
- thonny
|
- thonny
|
||||||
- spyder
|
- spyder
|
||||||
- mu-editor
|
# - mu-editor
|
||||||
- dia
|
- dia
|
||||||
- vym
|
- vym
|
||||||
- tree
|
- tree
|
||||||
|
@ -33,7 +34,7 @@
|
||||||
|
|
||||||
- name: add {{ ansible_distribution_release }}-backports
|
- name: add {{ ansible_distribution_release }}-backports
|
||||||
apt_repository:
|
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
|
state: present
|
||||||
update_cache: true
|
update_cache: true
|
||||||
when: ansible_distribution_release == 'bullseye'
|
when: ansible_distribution_release == 'bullseye'
|
||||||
|
|
|
@ -9,6 +9,15 @@
|
||||||
default_release: "{{ ansible_distribution_release }}-backports"
|
default_release: "{{ ansible_distribution_release }}-backports"
|
||||||
when: ansible_distribution_release == 'bullseye'
|
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
|
- name: allow all users to use VMs
|
||||||
lineinfile:
|
lineinfile:
|
||||||
dest: /etc/libvirt/libvirtd.conf
|
dest: /etc/libvirt/libvirtd.conf
|
||||||
|
|
Loading…
Add table
Reference in a new issue