Fixed: executing templates outside playbooks

This commit is contained in:
alex 2012-07-02 21:34:11 +02:00
parent 9714f5c79d
commit bbf2939063

View file

@ -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')