This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ka
/
ansible-role-home
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Merge branch 'master' of git.thengo.net:ka/ansible-role-home
pull/1/head
Markus Katharina Brechtel
3 years ago
parent
0ebf99faeb
2dccd6776f
commit
55fbc67d51
2 changed files
with
6 additions
and
0 deletions
Split View
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
View 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
View File
@@ -132,6 +132,7 @@ background_image_path: ~/.backgrounds/{{background_image|basename}}
background_command: feh --no-fehbg --bg-fill {{background_image_path}}
timer_folder: ~/.timer
timer_config: {}
vncserver_options: |
{% if not home_vncserver_allow_resize %}