1
0
Fork 0
mirror of https://github.com/roles-ansible/role-postgresql-backup.git synced 2024-07-12 19:54:25 +02:00

Fix wrong cron path

This commit is contained in:
L3D 2020-07-09 10:53:26 +02:00 committed by L3D
parent 7fa78545ae
commit ed19355091
No known key found for this signature in database
GPG key ID: 5215C3441797AB2B
2 changed files with 2 additions and 2 deletions

View file

@ -24,5 +24,5 @@
cron_file: /etc/crontab
minute: "{{ postgresql_backup.cron_minute | default( '*' ) }}"
hour: "{{ postgresql_backup.cron_hour | default( '0' ) }}"
job: /etc/postgresql-backup-script.sh >/dev/null 2>&1
job: /opt/postgresql-backup-script.sh >/dev/null 2>&1
user: "{{ postgresql_backup.user }}"

View file

@ -10,5 +10,5 @@ _postgresql_backup:
databases: []
# versionscheck
playbook_version_number: 19 # should be int
playbook_version_number: 20 # should be int
playbook_version_path: 'role-postgresql-backup_roles-ansible_github.com.version' # unique string