fix string conversion warnings

This commit is contained in:
Morre 2021-10-15 17:58:32 +02:00
parent 3310077336
commit 60a93e9fdd
No known key found for this signature in database
GPG key ID: F36FB77CA7C2E7B2
2 changed files with 3 additions and 3 deletions

View file

@ -12,7 +12,7 @@
job: '/usr/bin/pg_dumpall | gzip > /opt/postgresbackup/$(date "+\%Y\%m\%d-\%H\%M.sql.gz")' job: '/usr/bin/pg_dumpall | gzip > /opt/postgresbackup/$(date "+\%Y\%m\%d-\%H\%M.sql.gz")'
user: postgres user: postgres
hour: "*/4" hour: "*/4"
minute: 45 minute: "45"
- name: add backup cleanup cronjob - name: add backup cleanup cronjob
cron: cron:

View file

@ -35,8 +35,8 @@
name: db maintenance name: db maintenance
job: "/usr/bin/vacuumdb --all --analyze > /dev/null" job: "/usr/bin/vacuumdb --all --analyze > /dev/null"
user: postgres user: postgres
hour: 23 hour: "23"
minute: 26 minute: "26"
- include_tasks: backup.yml - include_tasks: backup.yml
when: when: