Explorar el Código

permissions of fonts and backgrounds

master
Markus Brechtel hace 6 años
padre
commit
602fd4f3a0
Se han modificado 2 ficheros con 5 adiciones y 0 borrados
  1. +2
    -0
      tasks/backgrounds.yaml
  2. +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:


Cargando…
Cancelar
Guardar