Commit fdee1d34 by Stephen Fromm

Add support to bin/ansible for --connection option

parent b5061bb6
......@@ -61,6 +61,7 @@ class Cli(object):
runas_opts=True,
async_opts=True,
output_opts=True,
connect_opts=True,
)
......@@ -97,7 +98,7 @@ class Cli(object):
remote_port=options.remote_port, forks=options.forks,
background=options.seconds, pattern=pattern,
callbacks=self.callbacks, sudo=options.sudo, verbose=True,
debug=options.debug
transport=options.connection, debug=options.debug
)
return (runner, runner.run())
......
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