Explorar el Código

fix timer file creation

pull/1/head
padre
commit
f6f8907d8f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      tasks/timer.yaml

+ 1
- 1
tasks/timer.yaml Ver fichero

@@ -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"