選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
このリポジトリはアーカイブされています。 ファイルの閲覧とクローンは可能ですが、プッシュや、課題・プルリクエストのオープンはできません。

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