This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ka
/
ansible-role-desktop
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
bluetooth service should not be startet on every system.
master
Markus Katharina Brechtel
5 years ago
parent
2a7466a6d3
commit
6c05937751
1 changed files
with
5 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-5
tasks/bluetooth.yaml
+ 5
- 5
tasks/bluetooth.yaml
View 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: