{% if inventory_hostname == 'db-datanommer02.iad2.fedoraproject.org' %} 0 0 * * * postgres /usr/local/bin/backup-database {{ item }} |& grep -Ev 'warning:|hypertable|chunk|restore|data-only|continuous_agg' {% else %} 0 0 * * * postgres /usr/local/bin/backup-database {{ item }} {% endif %}