mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-03 23:14:02 -07:00
Update manpages, fix missing variable assignment
This commit is contained in:
parent
f2465e0571
commit
c3cad50075
5 changed files with 41 additions and 8 deletions
|
@ -67,7 +67,7 @@ def main(args):
|
|||
host_list=options.inventory, override_hosts=override_hosts,
|
||||
extra_vars=options.extra_vars,
|
||||
forks=options.forks, debug=options.debug, verbose=True,
|
||||
remote_pass=sshpass, remote_port=options.remote_port,
|
||||
remote_pass=sshpass,
|
||||
callbacks=playbook_cb, runner_callbacks=runner_cb, stats=stats,
|
||||
timeout=options.timeout, transport=options.connection,
|
||||
sudo_pass=sudopass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue