浏览代码

fix timer file creation

pull/1/head
父节点
当前提交
f6f8907d8f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      tasks/timer.yaml

+ 1
- 1
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"