fix string conversion warnings
This commit is contained in:
parent
3310077336
commit
60a93e9fdd
2 changed files with 3 additions and 3 deletions
|
|
@ -35,8 +35,8 @@
|
|||
name: db maintenance
|
||||
job: "/usr/bin/vacuumdb --all --analyze > /dev/null"
|
||||
user: postgres
|
||||
hour: 23
|
||||
minute: 26
|
||||
hour: "23"
|
||||
minute: "26"
|
||||
|
||||
- include_tasks: backup.yml
|
||||
when:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue