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.
|
- ---
- # 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
|