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