Remove hardcoded command paths in playbook cron usage
This commit is contained in:
@ -99,7 +99,7 @@
|
||||
hour: "4"
|
||||
minute: "20"
|
||||
day: "*/5"
|
||||
job: /bin/systemctl reload matrix-coturn.service
|
||||
job: "{{ matrix_host_command_systemctl }} reload matrix-coturn.service"
|
||||
when: "matrix_coturn_enabled|bool and matrix_coturn_tls_enabled|bool"
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user