|
From: <ps...@us...> - 2017-05-24 19:58:05
|
Revision: 294
http://sourceforge.net/p/vlibrary/code/294
Author: psteitz
Date: 2017-05-24 19:58:03 +0000 (Wed, 24 May 2017)
Log Message:
-----------
Mute cron output.
Modified Paths:
--------------
trunk/playbooks/roles/backupApp/tasks/main.yml
Modified: trunk/playbooks/roles/backupApp/tasks/main.yml
===================================================================
--- trunk/playbooks/roles/backupApp/tasks/main.yml 2017-05-24 19:40:17 UTC (rev 293)
+++ trunk/playbooks/roles/backupApp/tasks/main.yml 2017-05-24 19:58:03 UTC (rev 294)
@@ -45,6 +45,6 @@
name: "vlibrary database backup cleanup"
hour: "3"
minute: "2"
- job: "find /vlibrary/ -type d -name backup20* -mtime +6 -exec rm -rf {} \;"
+ job: "find /vlibrary/ -type d -name backup20* -mtime +6 -exec rm -rf {} \; > /dev/null 2>&1"
become: true
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|