이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
가입하기
로그인
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 Options
Show Stats
Download Patch File
Download Diff File
+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: {}