You can not select more than 25 topics 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.

7 年之前
12345678910111213
  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