From 5be7d9dded9e6447db79cf76a1044b0f3db8a62c Mon Sep 17 00:00:00 2001 From: Markus Brechtel Date: Mon, 1 Oct 2018 13:57:31 +0200 Subject: [PATCH] correct permissions setting --- tasks/backgrounds.yaml | 4 ++-- tasks/fonts.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tasks/backgrounds.yaml b/tasks/backgrounds.yaml index f8ef135..6da0298 100644 --- a/tasks/backgrounds.yaml +++ b/tasks/backgrounds.yaml @@ -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: diff --git a/tasks/fonts.yaml b/tasks/fonts.yaml index c0f516c..eeea072 100644 --- a/tasks/fonts.yaml +++ b/tasks/fonts.yaml @@ -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: