Update RemoteAdminListHosts.cfg.j2

This commit is contained in:
Skillet 2023-09-07 22:43:57 -04:00 committed by GitHub
parent e62366f1d3
commit 706a1296c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,5 +5,5 @@
{% endfor %}
{% for adminlist in server.remote_admin_list %}
http://asgard.orion-technologies.io:8000/?grpName={{ adminlist | regex_replace(' ', '%20'}}
http://asgard.orion-technologies.io:8000/?grpName={{ adminlist | regex_replace(' ', '%20') }}
{% endfor %}