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

14 行
320B

  1. ---
  2. # tasks file for desktop-bluetooth
  3. # https://wiki.debian.org/BluetoothUser#Preparation
  4. - name: install bluetooth support
  5. apt: name=bluetooth state=latest
  6. - name: enable bluetooth service
  7. service: name=bluetooth enabled=yes state=started
  8. - name: install bluedevil (for KDE)
  9. apt: name=bluedevil state=latest