Commit 525e7339 by James Cammarata

Merge branch 'pass-basedir-to-runner-on-setup' of…

Merge branch 'pass-basedir-to-runner-on-setup' of https://github.com/ByteInternet/ansible into ByteInternet-pass-basedir-to-runner-on-setup
parents 4e93b37a c5833f98
......@@ -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={},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment