]> git.phdru.name Git - ansible.git/blob - playbooks/roles/bluetooth/tasks/apt.yaml
56a61f0d33dcaf97b128fa68ac87d13ace457b48
[ansible.git] / playbooks / roles / bluetooth / tasks / apt.yaml
1 - name: Install bluetooth/bluez
2   become: true
3   apt:
4     autoclean: yes
5     autoremove: yes
6     cache_valid_time: 3600
7     install_recommends: no
8     name: ['bluetooth', 'bluez', 'bluez-tools', 'pulseaudio-module-bluetooth']
9     state: latest
10     update_cache: yes