]> git.phdru.name Git - ansible.git/blob - playbooks/roles/bluetooth/tasks/deb.yaml
Rename `apt.yaml` -> `deb.yaml`
[ansible.git] / playbooks / roles / bluetooth / tasks / deb.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