mirror of
https://github.com/trailofbits/algo.git
synced 2025-04-25 10:43:48 +02:00
Fix reference to config dir of installed server
This commit is contained in:
parent
4bb12c4b10
commit
8fb897d680
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
|||
server_list: >-
|
||||
[{% for i in _configs_list.files %}
|
||||
{% set config = lookup('file', i.path)|from_yaml %}
|
||||
'{{ config.server }}'
|
||||
'{{ config.IP_subject_alt_name }}'
|
||||
{{ ',' if not loop.last else '' }}
|
||||
{% endfor %}]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue