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

@ -84,7 +84,7 @@
hour: "5"
minute: "20"
day: "*"
job: /bin/systemctl reload matrix-nginx-proxy.service
job: "{{ matrix_host_command_systemctl }} reload matrix-nginx-proxy.service"
when: matrix_nginx_proxy_enabled|bool
when: "matrix_ssl_retrieval_method == 'lets-encrypt'"