Skip to content

Commit

Permalink
Fix reference to config dir of installed server
Browse files Browse the repository at this point in the history
  • Loading branch information
omgagg committed Feb 5, 2023
1 parent 4bb12c4 commit 8fb897d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion users.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}]
Expand Down

0 comments on commit 8fb897d

Please sign in to comment.