diff --git a/mint.yml b/mint.yml index a3a7e11..254c48d 100644 --- a/mint.yml +++ b/mint.yml @@ -64,6 +64,8 @@ - tinyproxy - hardinfo - rpi-imager + # virtualization + - virtualbox update_cache: yes install_recommends: no @@ -190,17 +192,18 @@ port: '42000' proto: udp - - name: force samplerate to 44100 to avoid problems with additional audio hardware for live streams - blockinfile: - path: /etc/pulse/daemon.conf - owner: root - group: root - create: no - marker: "; {mark} ANSIBLE MANAGED BLOCK" - block: | - default-sample-rate = 44100 - alternate-sample-rate = 44100 - backup: yes + # no more pulse since Mint 22 + #- name: force samplerate to 44100 to avoid problems with additional audio hardware for live streams + # blockinfile: + # path: /etc/pulse/daemon.conf + # owner: root + # group: root + # create: no + # marker: "; {mark} ANSIBLE MANAGED BLOCK" + # block: | + # default-sample-rate = 44100 + # alternate-sample-rate = 44100 + # backup: yes handlers: