Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Registrati
Accedi
ka
/
ansible-role-simple-desktop
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
permissions of fonts and backgrounds
master
Markus Brechtel
6 anni fa
parent
e76f54f7b3
commit
602fd4f3a0
2 ha cambiato i file
con
5 aggiunte
e
0 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
tasks/backgrounds.yaml
+3
-0
tasks/fonts.yaml
+ 2
- 0
tasks/backgrounds.yaml
Vedi File
@@ -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
Vedi File
@@ -9,6 +9,9 @@
synchronize:
src: fonts/
dest: /usr/share/fonts/kita-pro
perms: false
owner: root
group: root
- name: microsoft core fonts
apt:
Write
Preview
Loading…
Annulla
Salva