Update to 2022-02-24 11:00

This commit is contained in:
Daniel Berteaud
2022-02-24 11:00:05 +01:00
parent 60c1fefb94
commit b9773a59eb
3 changed files with 5 additions and 2 deletions

View File

@@ -39,3 +39,6 @@
{% if pbs_letsencrypt_cert is defined and pbs_letsencrypt_cert not in letsencrypt_certs | default([]) | map(attribute='common_name') %}
{{ pbs_letsencrypt_cert }}
{% endif %}
{% if fpbx_letsencrypt_cert is defined and fpbx_letsencrypt_cert is string and fpbx_letsencrypt_cert not in letsencrypt_certs | default([]) | map(attribute='common_name') %}
{{ fpbx_letsencrypt_cert }}
{% endif %}