We recently noticed that our Debian systems did not create postgres backups. Apparently on Debian systems cron does not execute cron.d entries that have suffixes (cf. https://unix.stackexchange.com/a/465526/133739). This PR adds a Debian-specific task for the pg_backup cron job that does not have a suffix. Additionally, it applies some minor ansible-lint suggestions.
We recently noticed that our Debian systems did not create postgres backups. Apparently on Debian systems cron does not execute cron.d entries that have suffixes (cf. https://unix.stackexchange.com/a/465526/133739). This PR adds a Debian-specific task for the pg_backup cron job that does not have a suffix. Additionally, it applies some minor ansible-lint suggestions.