Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

bluetooth.yaml 283B

123456789101112131415161718
  1. ---
  2. # https://wiki.debian.org/BluetoothUser#Preparation
  3. - name: bluetooth system packages
  4. apt:
  5. pkg: bluetooth
  6. - name: enable bluetooth service
  7. service:
  8. name: bluetooth
  9. enabled: yes
  10. state: started
  11. - name: bluetooth gui packages
  12. apt:
  13. pkg:
  14. - blueman