mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fixed: executing templates outside playbooks
This commit is contained in:
parent
9714f5c79d
commit
bbf2939063
1 changed files with 1 additions and 1 deletions
|
@ -567,7 +567,7 @@ class Runner(object):
|
||||||
metadata = '/etc/ansible/setup'
|
metadata = '/etc/ansible/setup'
|
||||||
else:
|
else:
|
||||||
# path is expanded on remote side
|
# path is expanded on remote side
|
||||||
metadata = "~/.ansible/setup"
|
metadata = "~/.ansible/tmp/.ansible/setup"
|
||||||
|
|
||||||
# install the template module
|
# install the template module
|
||||||
slurp_module = self._transfer_module(conn, tmp, 'slurp')
|
slurp_module = self._transfer_module(conn, tmp, 'slurp')
|
||||||
|
|
Loading…
Reference in a new issue