Update to 2022-03-18 15:00

This commit is contained in:
Daniel Berteaud
2022-03-18 15:00:07 +01:00
parent 74ba55223d
commit 897e3c74b4
8 changed files with 50 additions and 5 deletions

View File

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