mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Add missing basedir to Runner in _do_setup_step
This commit is contained in:
parent
19dbff916f
commit
c5833f9869
1 changed files with 1 additions and 0 deletions
|
@ -505,6 +505,7 @@ class PlayBook(object):
|
||||||
|
|
||||||
# push any variables down to the system
|
# push any variables down to the system
|
||||||
setup_results = ansible.runner.Runner(
|
setup_results = ansible.runner.Runner(
|
||||||
|
basedir=self.basedir,
|
||||||
pattern=play.hosts,
|
pattern=play.hosts,
|
||||||
module_name='setup',
|
module_name='setup',
|
||||||
module_args={},
|
module_args={},
|
||||||
|
|
Loading…
Reference in a new issue