Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Registrati
Accedi
ka
/
ansible-role-desktop
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
bluetooth service should not be startet on every system.
master
Markus Katharina Brechtel
5 anni fa
parent
2a7466a6d3
commit
6c05937751
1 ha cambiato i file
con
5 aggiunte
e
5 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-5
tasks/bluetooth.yaml
+ 5
- 5
tasks/bluetooth.yaml
Vedi File
@@ -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: