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
correct permissions setting
master
Markus Brechtel
6 years ago
parent
602fd4f3a0
commit
5be7d9dded
2 changed files
with
4 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
tasks/backgrounds.yaml
+2
-2
tasks/fonts.yaml
+ 2
- 2
tasks/backgrounds.yaml
View File
@@ -17,8 +17,8 @@
src: background/
dest: /opt/backgrounds
perms: false
owner:
root
group:
root
owner:
false
group:
false
- name: find all other backgrounds
find:
+ 2
- 2
tasks/fonts.yaml
View File
@@ -10,8 +10,8 @@
src: fonts/
dest: /usr/share/fonts/kita-pro
perms: false
owner:
root
group:
root
owner:
false
group:
false
- name: microsoft core fonts
apt:
Write
Preview
Loading…
Cancel
Save