From b7005240600cb6c54491b3a259417e628916dda8 Mon Sep 17 00:00:00 2001 From: L3D Date: Mon, 31 Jan 2022 18:56:17 +0100 Subject: [PATCH] update service file --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index e54594d..ff63b73 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -21,7 +21,7 @@ become: true cron: name: backup postgres database - cron_file: /etc/crontab + cron_file: 'wingcon_psql' minute: "{{ postgresql_backup.cron_minute | default( '*' ) }}" hour: "{{ postgresql_backup.cron_hour | default( '0' ) }}" job: /opt/postgresql-backup-script.sh >/dev/null 2>&1