Fix casting int to string warning
This commit is contained in:
parent
db15791819
commit
fa38c84be2
@ -64,8 +64,8 @@
|
|||||||
cron_file: matrix-coturn-ssl-reload
|
cron_file: matrix-coturn-ssl-reload
|
||||||
name: matrix-coturn-ssl-reload
|
name: matrix-coturn-ssl-reload
|
||||||
state: present
|
state: present
|
||||||
hour: 4
|
hour: "4"
|
||||||
minute: 20
|
minute: "20"
|
||||||
day: "*/5"
|
day: "*/5"
|
||||||
job: /bin/systemctl reload matrix-coturn.service
|
job: /bin/systemctl reload matrix-coturn.service
|
||||||
when: "matrix_coturn_enabled|bool and matrix_coturn_tls_enabled|bool"
|
when: "matrix_coturn_enabled|bool and matrix_coturn_tls_enabled|bool"
|
||||||
|
@ -68,8 +68,8 @@
|
|||||||
cron_file: matrix-ssl-lets-encrypt
|
cron_file: matrix-ssl-lets-encrypt
|
||||||
name: matrix-ssl-lets-encrypt-certificates-renew
|
name: matrix-ssl-lets-encrypt-certificates-renew
|
||||||
state: present
|
state: present
|
||||||
hour: 4
|
hour: "4"
|
||||||
minute: 15
|
minute: "15"
|
||||||
day: "*"
|
day: "*"
|
||||||
job: /usr/local/bin/matrix-ssl-lets-encrypt-certificates-renew
|
job: /usr/local/bin/matrix-ssl-lets-encrypt-certificates-renew
|
||||||
|
|
||||||
@ -79,8 +79,8 @@
|
|||||||
cron_file: matrix-ssl-lets-encrypt
|
cron_file: matrix-ssl-lets-encrypt
|
||||||
name: matrix-nginx-proxy-reload
|
name: matrix-nginx-proxy-reload
|
||||||
state: present
|
state: present
|
||||||
hour: 5
|
hour: "5"
|
||||||
minute: 20
|
minute: "20"
|
||||||
day: "*"
|
day: "*"
|
||||||
job: /bin/systemctl reload matrix-nginx-proxy.service
|
job: /bin/systemctl reload matrix-nginx-proxy.service
|
||||||
when: matrix_nginx_proxy_enabled|bool
|
when: matrix_nginx_proxy_enabled|bool
|
||||||
|
Loading…
Reference in New Issue
Block a user