From 20a898e813eb3db616b3026799c9cd31b3a96454 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Tue, 25 Feb 2020 21:42:58 +0100 Subject: [PATCH] Fix firefox CSS handling --- user.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user.yml b/user.yml index 3b09f85..2468211 100644 --- a/user.yml +++ b/user.yml @@ -332,6 +332,6 @@ width: 400px !important; } when: item.manage_css - with_items: "{{ user.firefox_profiles | default [] }}" + with_items: "{{ user.firefox_profiles | default([]) }}" tags: - firefox