您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
此仓库已存档。您可以查看文件和克隆,但不能推送或创建工单/合并请求。

bluetooth.yaml 283B

123456789101112131415161718
  1. ---
  2. # https://wiki.debian.org/BluetoothUser#Preparation
  3. - name: bluetooth system packages
  4. apt:
  5. pkg: bluetooth
  6. - name: enable bluetooth service
  7. service:
  8. name: bluetooth
  9. enabled: yes
  10. state: started
  11. - name: bluetooth gui packages
  12. apt:
  13. pkg:
  14. - blueman