mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 00:05:44 +02:00
Update to 2022-03-19 19:00
This commit is contained in:
@@ -52,3 +52,6 @@
|
||||
{% 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 %}
|
||||
{% if mysql_letsencrypt_cert is defined and mysql_letsencrypt_cert is string and mysql_letsencrypt_cert not in letsencrypt_certs | default([]) | map(attribute='common_name') %}
|
||||
{{ mysql_letsencrypt_cert }}
|
||||
{% endif %}
|
||||
|
Reference in New Issue
Block a user