Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Registrati
Accedi
ka
/
ansible-role-home
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
timer config
pull/1/head
Markus Katharina Brechtel
4 anni fa
parent
b87934eb28
commit
78b197794e
2 ha cambiato i file
con
6 aggiunte
e
0 eliminazioni
Visualizzazione separata
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
Vedi File
@@ -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
Vedi File
@@ -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: {}