Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Cadastrar
Acessar
ka
/
ansible-role-desktop
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
bluetooth service should not be startet on every system.
master
Markus Katharina Brechtel
5 anos atrás
pai
2a7466a6d3
commit
6c05937751
1 arquivos alterados
com
5 adições
e
5 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+5
-5
tasks/bluetooth.yaml
+ 5
- 5
tasks/bluetooth.yaml
Ver arquivo
@@ -6,11 +6,11 @@
apt:
pkg: bluetooth
- name: enable bluetooth service
service:
name: bluetooth
enabled: yes
state: started
#
- name: enable bluetooth service
#
service:
#
name: bluetooth
#
enabled: yes
#
state: started
- name: bluetooth gui packages
apt: