wip
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
CMDS := exec
|
||||
SERVICE ?= cli
|
||||
-include .env
|
||||
-include .myos
|
||||
|
||||
ansible:
|
||||
@make -C $(ANSIBLE_GIT_DIRECTORY) ansible-run-localhost
|
||||
|
||||
@@ -1,3 +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