Commit d63092ea by James Cammarata

Merge pull request #8689 from willthames/ansible-pull-parallel

Restrict ansible-pull to only do scm checkout once
parents 5b4cf916 92f9b74a
......@@ -169,7 +169,7 @@ def main(args):
if path is None:
sys.stderr.write("module '%s' not found.\n" % options.module_name)
return 1
cmd = 'ansible all -i "%s" %s -m %s -a "%s"' % (
cmd = 'ansible localhost -i "%s" %s -m %s -a "%s"' % (
inv_opts, base_opts, options.module_name, repo_opts
)
......
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