Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
ka
/
ansible-role-simple-desktop
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
permissions of fonts and backgrounds
master
Markus Brechtel
hace 6 años
padre
e76f54f7b3
commit
602fd4f3a0
Se han
modificado 2 ficheros
con
5 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+2
-0
tasks/backgrounds.yaml
+3
-0
tasks/fonts.yaml
+ 2
- 0
tasks/backgrounds.yaml
Ver fichero
@@ -17,6 +17,8 @@
src: background/
dest: /opt/backgrounds
perms: false
owner: root
group: root
- name: find all other backgrounds
find:
+ 3
- 0
tasks/fonts.yaml
Ver fichero
@@ -9,6 +9,9 @@
synchronize:
src: fonts/
dest: /usr/share/fonts/kita-pro
perms: false
owner: root
group: root
- name: microsoft core fonts
apt:
Escribir
Vista previa
Cargando…
Cancelar
Guardar