From 20673d2be71ca433d46bec531f4d9c36b005e16b Mon Sep 17 00:00:00 2001 From: MrDoobPG <46342172+MrDoobPG@users.noreply.github.com> Date: Fri, 4 Oct 2019 21:14:34 +0200 Subject: [PATCH] Update main.yml --- menu/prune/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/menu/prune/main.yml b/menu/prune/main.yml index 13fba42..308f495 100644 --- a/menu/prune/main.yml +++ b/menu/prune/main.yml @@ -12,7 +12,7 @@ # FACTS ###################################################################### - cron: name: Build a Cron Job - Auto Prune - special_time: 'hourly' + special_time: 'weekly' job: 'prune 1>/dev/null 2>&1' state: present ignore_errors: yes