25개 이상의 토픽을 선택하실 수 없습니다. 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.

19 lines
293B

  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