Merge branch 'ByteInternet-pass-basedir-to-runner-on-setup' into devel
This commit is contained in:
commit
02d9c328af
1 changed files with 1 additions and 0 deletions
|
@ -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={},
|
||||
|
|
Loading…
Reference in a new issue