This commit is contained in:
2023-10-09 00:30:54 -04:00
parent 0377a5e642
commit 7c2def16a5
8 changed files with 104 additions and 9 deletions

View File

@@ -1,7 +1,6 @@
# {{ ansible_managed }}
{% if item.env is defined %}
{% for kvpair in item.env.items() %}
{{ kvpair.0 }}={{ kvpair.1 }}
{% endfor %}
{% endif %}
{% endif %}