mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
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
|
# only thing left should be host pattern
|
||||||
pattern = to_text(self.args[0], errors='surrogate_or_strict')
|
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
|
sshpass = None
|
||||||
becomepass = None
|
becomepass = None
|
||||||
b_vault_pass = None
|
b_vault_pass = None
|
||||||
|
|
Loading…
Reference in a new issue