]> git.phdru.name Git - ansible.git/blobdiff - playbooks/roles/bluetooth/tasks/apt.yaml
Feat(bluetooth): Install bluetooth/bluez separately
[ansible.git] / playbooks / roles / bluetooth / tasks / apt.yaml
diff --git a/playbooks/roles/bluetooth/tasks/apt.yaml b/playbooks/roles/bluetooth/tasks/apt.yaml
new file mode 100644 (file)
index 0000000..56a61f0
--- /dev/null
@@ -0,0 +1,10 @@
+- name: Install bluetooth/bluez
+  become: true
+  apt:
+    autoclean: yes
+    autoremove: yes
+    cache_valid_time: 3600
+    install_recommends: no
+    name: ['bluetooth', 'bluez', 'bluez-tools', 'pulseaudio-module-bluetooth']
+    state: latest
+    update_cache: yes