|
|
@ -43,5 +43,7 @@
|
|
|
|
msg: "The `{{ item }}` variable must be defined and have a non-null value"
|
|
|
|
msg: "The `{{ item }}` variable must be defined and have a non-null value"
|
|
|
|
with_items:
|
|
|
|
with_items:
|
|
|
|
- "matrix_ssl_lets_encrypt_support_email"
|
|
|
|
- "matrix_ssl_lets_encrypt_support_email"
|
|
|
|
|
|
|
|
- "matrix_nginx_proxy_proxy_synapse_federation_api_addr_sans_container"
|
|
|
|
|
|
|
|
- "matrix_nginx_proxy_proxy_synapse_federation_api_addr_with_container"
|
|
|
|
when: "vars[item] == '' or vars[item] is none"
|
|
|
|
when: "vars[item] == '' or vars[item] is none"
|
|
|
|
when: "matrix_ssl_retrieval_method == 'lets-encrypt'"
|
|
|
|
when: "matrix_ssl_retrieval_method == 'lets-encrypt'"
|
|
|
|