From f6f8907d8fba6f49fb2a10b95b5ca65232123e9c Mon Sep 17 00:00:00 2001 From: Markus Katharina Brechtel Date: Fri, 29 Jan 2021 21:13:47 +0100 Subject: [PATCH] fix timer file creation --- tasks/timer.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/timer.yaml b/tasks/timer.yaml index 8ed8e89..469b610 100644 --- a/tasks/timer.yaml +++ b/tasks/timer.yaml @@ -21,6 +21,6 @@ dest: "{{timer_folder}}/activity.lists/10-default" - name: timer activity i3blocks linefile - shell: echo ☆ > "{{timer_folder}}/activity.i3blocks" + shell: echo ☆ > {{timer_folder}}/activity.i3blocks args: creates: "{{timer_folder}}/activity.i3blocks"