ソースを参照

timer config

pull/1/head
コミット
78b197794e
2個のファイルの変更6行の追加0行の削除
  1. +5
    -0
      tasks/timer.yaml
  2. +1
    -0
      vars/main.yaml

+ 5
- 0
tasks/timer.yaml ファイルの表示

@@ -5,6 +5,11 @@
path: "{{timer_folder}}"
state: directory

- name: timer config
copy:
content: "{{timer_config}}"
dest: "{{timer_folder}}/config.json"

- name: timer activity timeclock directory
file:
path: "{{timer_folder}}/activity.timeclock.d"


+ 1
- 0
vars/main.yaml ファイルの表示

@@ -132,3 +132,4 @@ background_image_path: ~/.backgrounds/{{background_image|basename}}
background_command: feh --no-fehbg --bg-fill {{background_image_path}}

timer_folder: ~/.timer
timer_config: {}