Allow autospawning of pulseaudio

This possible because in bionic pulseaudio is a dbus activated service
within the user session.
This commit is contained in:
Alexander Grothe 2018-01-21 10:03:18 +01:00
parent 2745fa83b3
commit 9a53fbc1de
3 changed files with 480 additions and 458 deletions

File diff suppressed because it is too large Load Diff

View File

@ -2005,7 +2005,7 @@ first_run: False
- name: disable pulseaudio autospawning
lineinfile:
path: '{{ vdr.home }}/.config/pulse/client.conf'
line: 'autospawn = no'
line: 'autospawn = yes'
create: yes
state: present
owner: '{{ vdr.user }}'

View File

@ -56,7 +56,7 @@
- name: disable pulseaudio autospawning
lineinfile:
path: '{{ vdr.home }}/.config/pulse/client.conf'
line: 'autospawn = no'
line: 'autospawn = yes'
create: yes
state: present
owner: '{{ vdr.user }}'