Bertrand Lanson
f39e1f95d0
this patch adds support for in-role management of reload and restarts of the systemd service it also adds support for ubuntu 24
4 lines
92 B
Django/Jinja
4 lines
92 B
Django/Jinja
{% for k,v in docker_systemd_service_container_env|dictsort %}
|
|
{{ k }}={{ v }}
|
|
{% endfor %}
|