remove duplicate lines
This commit is contained in:
parent
7e977abac0
commit
f644e69ac6
1 changed files with 0 additions and 5 deletions
|
@ -58,11 +58,6 @@ if not opts.host:
|
|||
else:
|
||||
hosts = ';'.join(opts.host)
|
||||
|
||||
if not opts.host:
|
||||
hosts = ["virtservers"]
|
||||
else:
|
||||
hosts = ';'.join(opts.host)
|
||||
|
||||
|
||||
|
||||
Options = namedtuple('Options', ['connection','module_path', 'forks', 'remote_user', 'private_key_file', 'ssh_common_args', 'ssh_extra_args', 'sftp_extra_args', 'scp_extra_args', 'become', 'become_method', 'become_user', 'verbosity', 'check', 'timeout'])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue