mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Added get_domain function
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
server
|
||||
{
|
||||
server_name {{domains[application_id]}};
|
||||
server_name {{domains | get_domain(application_id)}};
|
||||
|
||||
{% include 'roles/letsencrypt/templates/ssl_header.j2' %}
|
||||
|
||||
|
Reference in New Issue
Block a user