1
0
mirror of https://git.lapiole.org/dani/ansible-roles.git synced 2025-04-14 17:23:11 +02:00
2023-10-13 15:00:23 +02:00

6 lines
105 B
Django/Jinja

#!/bin/sh
{% for env in system_env.keys() | list %}
export {{ env }}={{ system_env[env] }}
{% endfor %}