Fix casting int to string warning

This commit is contained in:
Dan Arnfield
2019-05-21 10:37:05 -05:00
parent db15791819
commit fa38c84be2
2 changed files with 6 additions and 6 deletions

View File

@ -64,8 +64,8 @@
cron_file: matrix-coturn-ssl-reload
name: matrix-coturn-ssl-reload
state: present
hour: 4
minute: 20
hour: "4"
minute: "20"
day: "*/5"
job: /bin/systemctl reload matrix-coturn.service
when: "matrix_coturn_enabled|bool and matrix_coturn_tls_enabled|bool"