From 8cfb03bd4dd38cbabef741062f9382cdcd691bc6 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Tue, 28 Nov 2023 23:05:36 +0000 Subject: [PATCH] Fix gnome-tweaks when clause --- playbooks/Linux.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/Linux.yaml b/playbooks/Linux.yaml index 3538f17..d4b9b54 100644 --- a/playbooks/Linux.yaml +++ b/playbooks/Linux.yaml @@ -5,7 +5,7 @@ roles: - role: cider - role: gnome-tweaks - when: "'GNOME' in ansible_env.XDG_CURRENT_DESKTOP and" + when: "'GNOME' in ansible_env.XDG_CURRENT_DESKTOP" - role: kitty - role: xremap when: >