Add support to bin/ansible for --connection option
This commit is contained in:
parent
b5061bb62e
commit
fdee1d3459
1 changed files with 2 additions and 1 deletions
|
@ -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())
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue