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.

16 lines
281B

  1. ---
  2. - name: desktop bugfix commands
  3. copy:
  4. src: bin/
  5. dest: /usr/local/bin/
  6. mode: 0755
  7. - name: desktop autostart
  8. copy:
  9. src: autostart/
  10. dest: /etc/xdg/autostart/
  11. - import_tasks: media-access-bug.yaml
  12. when: desktop_bugfix_media_access_bug | default(false)