]> git.phdru.name Git - ansible.git/blobdiff - playbooks/roles/bluetooth/tasks/main.yaml
Feat(bluetooth): Install bluetooth/bluez separately
[ansible.git] / playbooks / roles / bluetooth / tasks / main.yaml
diff --git a/playbooks/roles/bluetooth/tasks/main.yaml b/playbooks/roles/bluetooth/tasks/main.yaml
new file mode 100644 (file)
index 0000000..45f3468
--- /dev/null
@@ -0,0 +1,3 @@
+- name: apt
+  import_tasks: apt.yaml
+  when: ansible_facts.os_family == 'Debian'