bluetooth/handlers/main.yml
2019-04-11 18:52:29 +02:00

9 lines
236 B
YAML

---
# 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 }}"