Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
Este repositório está arquivado. Você pode visualizar os arquivos e realizar clone, mas não poderá realizar push nem abrir issues e pull requests.

bluetooth.yml 320B

7 anos atrás
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