From 7f811874c6239ceedcd47f0fb9758cd48a7dde8d Mon Sep 17 00:00:00 2001 From: eoli3n Date: Mon, 10 May 2021 20:32:17 +0200 Subject: [PATCH] fixed template sway config --- roles/sway/templates/config.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}