mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-04 12:23:13 +02:00
Update to 2022-02-24 11:00
This commit is contained in:
parent
60c1fefb94
commit
b9773a59eb
@ -11,7 +11,7 @@ if [ $1 == "{{ fpbx_letsencrypt_cert }}" ]; then
|
||||
if [ $(fwconsole list | grep -c certificates) == 1 ]; then
|
||||
fwconsole certificates --import
|
||||
fi
|
||||
asterisk -R 'core restart gracefully'
|
||||
asterisk -rx 'core restart gracefully'
|
||||
fi
|
||||
|
||||
{% else %}
|
||||
|
@ -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 %}
|
||||
|
@ -1,2 +1,2 @@
|
||||
---
|
||||
ast_version: 17
|
||||
ast_version: 18
|
||||
|
Loading…
x
Reference in New Issue
Block a user