Unverified Commit 5f300cc5 authored by Mattia Rizzolo's avatar Mattia Rizzolo
Browse files

mailman: move the backup crontab to 10 minutes after midnight



this way it will reduce the chances of clashing with stuff like
automatic commits at midnights, which edits the mailman db, causing
`tar` to fail on changing files.

Signed-off-by: default avatarMattia Rizzolo <mattia@reproducible-builds.org>
parent 87e45459
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -44,7 +44,8 @@
    cron_file: backup
    state: present
    user: root
    special_time: daily
    minute: "10"
    hour: "0"
    env: "{{ item.env }}"
    name: "{{ item.name }}"
    job: "{{ item.job }}"