wip
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
MYOS={{ lookup('env','ANSIBLE_MYOS') }}
|
||||
{% for var in hosts_user_env|default([]) %}
|
||||
{{var}}={{ lookup('env',var) }}
|
||||
{% endfor %}
|
||||
Reference in New Issue
Block a user