diff --git a/group_vars/all.yml b/group_vars/all.yml index e224680..ba586f3 100644 --- a/group_vars/all.yml +++ b/group_vars/all.yml @@ -1,7 +1,7 @@ --- font: jetbrains mono git_name: eoli3n -git_mail: jkirsz@gmail.com +git_mail: jonathan.kirszling@runbox.com # Black + DarkGrey color0: '#282a36' diff --git a/roles/sway/templates/config.j2 b/roles/sway/templates/config.j2 index baca9a3..a1dbd33 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 }} is 'void' %} exec pipewire exec pipewire-pulse {% endif %}