Move all ansible files to root
This commit is contained in:
3
roles/owner/templates/env.j2
Normal file
3
roles/owner/templates/env.j2
Normal file
@ -0,0 +1,3 @@
|
||||
{% for name in env_dict.keys() | sort %}
|
||||
{{ name }}={{ env_dict[name] }}
|
||||
{% endfor %}
|
Reference in New Issue
Block a user