]> git.immae.eu Git - github/fretlink/ansible-clever.git/blobdiff - templates/env.j2
Migrating single tasks file to a galaxy role
[github/fretlink/ansible-clever.git] / templates / env.j2
diff --git a/templates/env.j2 b/templates/env.j2
new file mode 100644 (file)
index 0000000..6010f07
--- /dev/null
@@ -0,0 +1,3 @@
+{% for key, value in clever_env.iteritems() %}
+{{ key }}={{ value }}
+{% endfor %}