diff --git a/roles/sway/templates/config.j2 b/roles/sway/templates/config.j2 index a1dbd33..90bc7fb 100644 --- a/roles/sway/templates/config.j2 +++ b/roles/sway/templates/config.j2 @@ -224,7 +224,7 @@ exec_always ~/.config/sway/import-gsettings exec mako # pipewire -{% if {{ ansible_os_family }} is 'void' %} +{% if ansible_os_family == 'void' %} exec pipewire exec pipewire-pulse {% endif %}