diff options
Diffstat (limited to 'plugins/terminal/vyos.py')
-rw-r--r-- | plugins/terminal/vyos.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/terminal/vyos.py b/plugins/terminal/vyos.py index a659002..bf9d87b 100644 --- a/plugins/terminal/vyos.py +++ b/plugins/terminal/vyos.py @@ -53,6 +53,8 @@ class TerminalModule(TerminalBase): re.compile(br"\x1b]0;[^\x07]*\x07"), ] + terminal_config_prompt = re.compile(r"^.+#$") + try: terminal_length = os.getenv("ANSIBLE_VYOS_TERMINAL_LENGTH", 10000) terminal_length = int(terminal_length) |