You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

pulseaudio.yaml 344B

4 vuotta sitten
3 vuotta sitten
12345678910111213141516171819
  1. ---
  2. - name: pulse cookie
  3. copy:
  4. src: ~/.pulse-cookie
  5. dest: ~/.pulse-cookie
  6. mode: 0600
  7. when: home_copy_pulseaudio_cookie
  8. - name: pulse directory
  9. file:
  10. path: ~/.pulse
  11. state: directory
  12. - name: pulse default config
  13. template:
  14. src: pulseaudio/default.pa.j2
  15. dest: ~/.pulse/default.pa
  16. notify: restart pulseaudio