Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Tutki
Apua
Rekisteröidy
Kirjaudu sisään
ka
/
ansible-role-desktop
Tarkkaile
1
Äänestä
0
Fork
0
Koodi
Ongelmat
0
Pull-pyynnöt
0
Julkaisut
0
Wiki
Activity
Selaa lähdekoodia
bluetooth service should not be startet on every system.
master
Markus Katharina Brechtel
5 vuotta sitten
vanhempi
2a7466a6d3
commit
6c05937751
1 muutettua tiedostoa
jossa
5 lisäystä
ja
5 poistoa
Jaettu näkymä
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-5
tasks/bluetooth.yaml
+ 5
- 5
tasks/bluetooth.yaml
Näytä tiedosto
@@ -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: