소스 검색

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"