This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ka
/
ansible-role-simple-desktop
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
permissions of fonts and backgrounds
master
Markus Brechtel
6 years ago
parent
e76f54f7b3
commit
602fd4f3a0
2 changed files
with
5 additions
and
0 deletions
Split View
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
View 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
View 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…
Cancel
Save