Remove hardcoded command paths in playbook cron usage

This commit is contained in:
Chris van Dijk
2020-05-27 22:52:51 +02:00
parent 6e3b877dc2
commit 74df10633a
3 changed files with 3 additions and 2 deletions

View File

@ -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"