Procházet zdrojové kódy

permissions of fonts and backgrounds

master
Markus Brechtel před 6 roky
rodič
revize
602fd4f3a0
2 změnil soubory, kde provedl 5 přidání a 0 odebrání
  1. +2
    -0
      tasks/backgrounds.yaml
  2. +3
    -0
      tasks/fonts.yaml

+ 2
- 0
tasks/backgrounds.yaml Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -9,6 +9,9 @@
synchronize:
src: fonts/
dest: /usr/share/fonts/kita-pro
perms: false
owner: root
group: root

- name: microsoft core fonts
apt:


Načítá se…
Zrušit
Uložit