mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Add missing basedir to Runner in _do_setup_step
This commit is contained in:
@@ -505,6 +505,7 @@ class PlayBook(object):
|
||||
|
||||
# push any variables down to the system
|
||||
setup_results = ansible.runner.Runner(
|
||||
basedir=self.basedir,
|
||||
pattern=play.hosts,
|
||||
module_name='setup',
|
||||
module_args={},
|
||||
|
||||
Reference in New Issue
Block a user