Skip to content

Commit

Permalink
update autobluetooth fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dianaw353 authored Nov 10, 2024
1 parent f5bf4fb commit 2df00ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pre_tasks/system/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
- name: bluetooth
when: system.enable_bluetooth
- name: bluetooth-autoconnect
when: "system.enable_bluetooth and system.enable_bluetooth_autoconnect"
when: "system.enable_bluetooth and system.enable_bluetooth_autoconnect and system.audio_server == 'pipewire'"
become: true
- name: pulseaudio-bluetooth-autoconnect
when: "system.enable_bluetooth and system.enable_bluetooth_autoconnect and system.audio_server == 'pulseaudio'"
scope: user
Expand Down

0 comments on commit 2df00ff

Please sign in to comment.