mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
committed by
John R Barker
parent
caf5868ec9
commit
c13b1a718a
@@ -71,5 +71,3 @@ class TerminalModule(TerminalBase):
|
||||
|
||||
elif prompt.endswith('#'):
|
||||
self._exec_cli_command('disable')
|
||||
|
||||
|
||||
|
||||
@@ -32,6 +32,7 @@ except ImportError:
|
||||
from ansible.utils.display import Display
|
||||
display = Display()
|
||||
|
||||
|
||||
class TerminalModule(TerminalBase):
|
||||
|
||||
terminal_stdout_re = [
|
||||
|
||||
Reference in New Issue
Block a user