]> git.immae.eu Git - github/fretlink/ansible-clever.git/blame - templates/env.j2
Migrating single tasks file to a galaxy role
[github/fretlink/ansible-clever.git] / templates / env.j2
CommitLineData
f7dd5848
GD
1{% for key, value in clever_env.iteritems() %}
2{{ key }}={{ value }}
3{% endfor %}