From 43ba1453252f5899389d38ff074ba268e8db3fd6 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Sat, 7 Dec 2024 13:01:19 +0100 Subject: [PATCH] add octopus download cron --- playbooks/system/cron.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/playbooks/system/cron.yaml b/playbooks/system/cron.yaml index e2f40b0..302ea29 100644 --- a/playbooks/system/cron.yaml +++ b/playbooks/system/cron.yaml @@ -113,3 +113,10 @@ hour: 13 day: 10 job: /mnt/data/bin/healthcheck downloader /mnt/data/bin/download-lcl-checking + - name: Cron - Download Octopus Energy proof of address + ansible.builtin.cron: + name: Download Octopus Energy proof of address + minute: 0 + hour: 13 + day: 15 + job: /mnt/data/bin/healthcheck downloader /mnt/data/bin/download-octopus