選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
このリポジトリはアーカイブされています。 ファイルの閲覧とクローンは可能ですが、プッシュや、課題・プルリクエストのオープンはできません。
|
- ---
-
- # https://wiki.debian.org/BluetoothUser#Preparation
-
- - name: bluetooth system packages
- apt:
- pkg: bluetooth
-
- - name: enable bluetooth service
- service:
- name: bluetooth
- enabled: yes
- state: started
-
- - name: bluetooth gui packages
- apt:
- pkg:
- - blueman
|