Update main.yml

This commit is contained in:
MrDoobPG
2019-10-04 21:14:34 +02:00
committed by GitHub
parent 34090892f0
commit 20673d2be7

View File

@@ -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