From 8e1b6445cb50b2ae15f3a1ba29221cae26945532 Mon Sep 17 00:00:00 2001 From: David Kilias Date: Fri, 28 Jul 2023 21:11:12 +0200 Subject: [PATCH] fix: use correct cronscript location --- host-pottwal.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/host-pottwal.yml b/host-pottwal.yml index 4ddb125..78e9af4 100644 --- a/host-pottwal.yml +++ b/host-pottwal.yml @@ -532,8 +532,8 @@ - name: Ensure renovate bot cronjob is present ansible.builtin.template: src: templates/pottwal/renovate-cron.j2 - dest: /etc/cron.d/hourly/renovate.sh - mode: "0640" + dest: /etc/cron.hourly/renovate-bot + mode: "0700" handlers: - name: Restart prosody