diff --git a/mrtg/tasks/weathermap.yml b/mrtg/tasks/weathermap.yml index 800054519a1a333e05d762b43af3c3619b86f504..0586e2a3651fc7bd4c5c89ce988de65e1649ce1a 100644 --- a/mrtg/tasks/weathermap.yml +++ b/mrtg/tasks/weathermap.yml @@ -87,7 +87,7 @@ name: "create weathermap" minute: "*/5" # yamllint disable-line rule:line-length - job: "cd /opt/weathermap && /opt/weathermap/weathermap --config /etc/weathermap.conf --output /var/www/mrtg/weathermap.png" + job: "cd /opt/weathermap && /opt/weathermap/weathermap --config /etc/weathermap.conf --output /var/www/mrtg/weathermap.png &>/dev/null" state: present user: mrtg cron_file: weathermap