mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-02 14:40:19 -07:00
parent
caf5868ec9
commit
c13b1a718a
3 changed files with 1 additions and 4 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue