From 6ee52df95224f5fef863f1f29251ec8de179fa51 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sun, 10 Sep 2017 16:10:06 +0000 Subject: [PATCH] dear mdapi, no need for your emails --- roles/mdapi/templates/mdapi.cron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/mdapi/templates/mdapi.cron b/roles/mdapi/templates/mdapi.cron index 4a5ba01303..72e8ad5dc6 100644 --- a/roles/mdapi/templates/mdapi.cron +++ b/roles/mdapi/templates/mdapi.cron @@ -1,4 +1,4 @@ # Fetches repo metadata for mdapi # -*/20 * * * * root /usr/bin/mdapi-get_repo_md /etc/mdapi/mdapi.cfg > /dev/null +*/20 * * * * root /usr/bin/mdapi-get_repo_md /etc/mdapi/mdapi.cfg |& grep -vi warning > /dev/null