initial push
This commit is contained in:
6
roles/pallxk.code_server/templates/env
Normal file
6
roles/pallxk.code_server/templates/env
Normal file
@@ -0,0 +1,6 @@
|
||||
{% if code_server_password is defined %}
|
||||
PASSWORD={{ code_server_password | quote }}
|
||||
{% endif %}
|
||||
{% for env in code_server_env %}
|
||||
{{ env }}={{ code_server_env[env] | quote }}
|
||||
{% endfor %}
|
||||
Reference in New Issue
Block a user