diff --git a/lib/ansible/plugins/terminal/nxos.py b/lib/ansible/plugins/terminal/nxos.py index 1972342f1f..efc9842cf6 100644 --- a/lib/ansible/plugins/terminal/nxos.py +++ b/lib/ansible/plugins/terminal/nxos.py @@ -48,7 +48,8 @@ class TerminalModule(TerminalBase): re.compile(br"unknown command"), re.compile(br"user not present"), re.compile(br"invalid (.+?)at '\^' marker", re.I), - re.compile(br"baud rate of console should be (\d*) to increase severity level", re.I) + re.compile(br"baud rate of console should be (\d*) to increase severity level", re.I), + re.compile(br"Configure replace failed", re.I), ] def on_become(self, passwd=None):