From 01075d4fb7bdced7993a25493b15a58fbd77ff32 Mon Sep 17 00:00:00 2001 From: KemoNine Date: Mon, 10 Aug 2020 19:53:25 -0400 Subject: [PATCH] Fixup dispatcher index.html permissions --- roles/dispatcher-dashboard/tasks/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/dispatcher-dashboard/tasks/main.yml b/roles/dispatcher-dashboard/tasks/main.yml index dbae866..339f157 100644 --- a/roles/dispatcher-dashboard/tasks/main.yml +++ b/roles/dispatcher-dashboard/tasks/main.yml @@ -6,8 +6,8 @@ template: src: index.html dest: "/opt/dashboard/www/index.html" - owner: munin - group: munin - mode: 0600 + owner: www-data + group: www-data + mode: 0644 tags: - dispatcher-dashboard-config