使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
注册
登录
ka
/
ansible-role-home
关注
1
点赞
0
派生
0
代码
工单
0
合并请求
0
版本发布
0
百科
动态
浏览代码
timer config
pull/1/head
Markus Katharina Brechtel
3 年前
父节点
b87934eb28
当前提交
78b197794e
共有
2 个文件被更改
,包括
6 次插入
和
0 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+5
-0
tasks/timer.yaml
+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: {}