Fixed tasks names in bluetooth tuning ansible playbook

This commit is contained in:
Michele Cereda
2022-05-08 21:35:19 +02:00
parent 1ac65be0e2
commit 1193cc6fc4

View File

@@ -5,7 +5,7 @@
- configure - configure
hosts: all hosts: all
tasks: tasks:
- name: Enable faster connection to devices - name: Enable faster Bluetooth connection to devices
when: ansible_system == 'Linux' when: ansible_system == 'Linux'
become: true become: true
ansible.builtin.lineinfile: ansible.builtin.lineinfile:
@@ -16,7 +16,7 @@
mode: '0644' mode: '0644'
create: true create: true
backup: true backup: true
- name: Enable all controllers as soon as they are found - name: Enable all Bluetooth devices as soon as they are found
when: ansible_system == 'Linux' when: ansible_system == 'Linux'
become: true become: true
ansible.builtin.lineinfile: ansible.builtin.lineinfile: