bluetooth/handlers/main.yml

9 lines
236 B
YAML
Raw Normal View History

2019-04-11 16:52:29 +00:00
---
# handlers file for bluetooth
- name: restart pulse as user
systemd: name=pulseaudio.service scope=user state=restarted
become: yes
become_user: "{{ user.name }}"
environment:
XDG_RUNTIME_DIR: "/run/user/{{ user.uid }}"