Commit fa1c0e3c by alex

Fixed: executing templates outside playbooks

parent 9fe39be9
......@@ -567,7 +567,7 @@ class Runner(object):
metadata = '/etc/ansible/setup'
else:
# path is expanded on remote side
metadata = "~/.ansible/setup"
metadata = "~/.ansible/tmp/.ansible/setup"
# install the template module
slurp_module = self._transfer_module(conn, tmp, 'slurp')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment