From 1193cc6fc4cf992175ddd88db7566c99bc44fc7e Mon Sep 17 00:00:00 2001 From: Michele Cereda Date: Sun, 8 May 2022 21:35:19 +0200 Subject: [PATCH] Fixed tasks names in bluetooth tuning ansible playbook --- ansible/bluetooth.tune.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible/bluetooth.tune.yml b/ansible/bluetooth.tune.yml index 67e307a..a1d82c5 100644 --- a/ansible/bluetooth.tune.yml +++ b/ansible/bluetooth.tune.yml @@ -5,7 +5,7 @@ - configure hosts: all tasks: - - name: Enable faster connection to devices + - name: Enable faster Bluetooth connection to devices when: ansible_system == 'Linux' become: true ansible.builtin.lineinfile: @@ -16,7 +16,7 @@ mode: '0644' create: 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' become: true ansible.builtin.lineinfile: