Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
ka
/
ansible-role-home
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
timer config
pull/1/head
Markus Katharina Brechtel
hace 3 años
padre
b87934eb28
commit
78b197794e
Se han
modificado 2 ficheros
con
6 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+5
-0
tasks/timer.yaml
+1
-0
vars/main.yaml
+ 5
- 0
tasks/timer.yaml
Ver fichero
@@ -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
Ver fichero
@@ -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: {}