Do not set up nginx-proxy auto-restart if not using Let's Encrypt

Fix for d28bdb3258
This commit is contained in:
Slavi Pantaleev
2018-12-23 15:38:33 +02:00
parent 268e9b5b66
commit e033eb443b
2 changed files with 4 additions and 2 deletions

View File

@ -4,6 +4,8 @@
# Tasks related to setting up Let's Encrypt's management of certificates
#
- debug: var="matrix_ssl_retrieval_method"
- name: (Deprecation) Fail if using outdated configuration
fail:
msg: "You're using the `host_specific_matrix_ssl_support_email` variable, which has been superseded by `host_specific_matrix_ssl_lets_encrypt_support_email`. Please change your configuration to use the new name!"