mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-31 03:35:45 +02:00
Update to 2023-10-13 15:00
This commit is contained in:
5
roles/common/templates/system_env.sh.j2
Normal file
5
roles/common/templates/system_env.sh.j2
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
{% for env in system_env.keys() | list %}
|
||||
export {{ env }}={{ system_env[env] }}
|
||||
{% endfor %}
|
Reference in New Issue
Block a user