diff --git a/users.yml b/users.yml index e9e8c0868..02321ad40 100644 --- a/users.yml +++ b/users.yml @@ -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 %}]