removed bad ignore as host can override connection
also breaks testing network modules
This commit is contained in:
parent
61579aebb2
commit
99e298a2a6
1 changed files with 0 additions and 4 deletions
|
@ -103,10 +103,6 @@ class AdHocCLI(CLI):
|
|||
# only thing left should be host pattern
|
||||
pattern = to_text(self.args[0], errors='surrogate_or_strict')
|
||||
|
||||
# ignore connection password cause we are local
|
||||
if self.options.connection == "local":
|
||||
self.options.ask_pass = False
|
||||
|
||||
sshpass = None
|
||||
becomepass = None
|
||||
b_vault_pass = None
|
||||
|
|
Loading…
Reference in a new issue