fix string conversion warnings
This commit is contained in:
parent
3310077336
commit
60a93e9fdd
2 changed files with 3 additions and 3 deletions
|
|
@ -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:
|
||||||
|
|
|
||||||
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue