when: "not matrix_nginx_proxy_enabled or matrix_ssl_retrieval_method != 'lets-encrypt'"
+ 2- 0
roles/matrix-server/tasks/setup/ssl/setup_ssl_lets_encrypt.ymlZobrazit soubor
@@ -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!"