No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
Este repositorio está archivado. Puede ver los archivos y clonarlo, pero no puede subir cambios o reportar incidencias ni pedir Pull Requests.

bluetooth.yml 320B

hace 7 años
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