1
0
Fork 0
mirror of https://github.com/roles-ansible/role-postgresql-backup.git synced 2024-08-16 10:19:49 +02:00

update service file

This commit is contained in:
L3D 2022-01-31 18:56:17 +01:00
parent f69ea6a30a
commit b700524060
Signed by: l3d
GPG key ID: CD08445BFF4313D1

View file

@ -21,7 +21,7 @@
become: true become: true
cron: cron:
name: backup postgres database name: backup postgres database
cron_file: /etc/crontab cron_file: 'wingcon_psql'
minute: "{{ postgresql_backup.cron_minute | default( '*' ) }}" minute: "{{ postgresql_backup.cron_minute | default( '*' ) }}"
hour: "{{ postgresql_backup.cron_hour | default( '0' ) }}" hour: "{{ postgresql_backup.cron_hour | default( '0' ) }}"
job: /opt/postgresql-backup-script.sh >/dev/null 2>&1 job: /opt/postgresql-backup-script.sh >/dev/null 2>&1