From c936f0c6d7138e23f4d8c14c4bb1c5727ab303fc Mon Sep 17 00:00:00 2001 From: GomathiselviS Date: Thu, 25 Mar 2021 21:06:01 -0400 Subject: Add regex to match the 'delete' failures (#134) Add regex to match the 'delete' failures Reviewed-by: https://github.com/apps/ansible-zuul --- plugins/terminal/vyos.py | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins') diff --git a/plugins/terminal/vyos.py b/plugins/terminal/vyos.py index bf9d87b..0b5e74b 100644 --- a/plugins/terminal/vyos.py +++ b/plugins/terminal/vyos.py @@ -38,6 +38,7 @@ class TerminalModule(TerminalBase): re.compile(br"\n\s*Invalid command:"), re.compile(br"\nCommit failed"), re.compile(br"\n\s+Set failed"), + re.compile(br"\n\s+Delete failed"), ] ansi_re = TerminalBase.ansi_re + [ -- cgit v1.2.3