mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
removed bad ignore as host can override connection
also breaks testing network modules
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user