mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 00:05:44 +02:00
Update to 2022-02-24 11:00
This commit is contained in:
@@ -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 %}
|
||||
|
Reference in New Issue
Block a user