mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
asa_command: set default_output to text (#23979)
This commit is contained in:
committed by
Nathaniel Case
parent
b11219440b
commit
9a0a7f78d7
@@ -53,7 +53,9 @@ class Cli(CliBase):
|
||||
NET_PASSWD_RE = re.compile(r"[\r\n]?password: $", re.I)
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
|
||||
super(Cli, self).__init__(*args, **kwargs)
|
||||
self.default_output = 'text'
|
||||
|
||||
def connect(self, params, **kwargs):
|
||||
super(Cli, self).connect(params, kickstart=False, **kwargs)
|
||||
|
||||
Reference in New Issue
Block a user