Browse Source

correct permissions setting

master
Markus Brechtel 6 years ago
parent
commit
5be7d9dded
2 changed files with 4 additions and 4 deletions
  1. +2
    -2
      tasks/backgrounds.yaml
  2. +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:


Loading…
Cancel
Save