mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-26 00:16:49 +00:00
Added missing store regex pattern for prompt found after error (#35820)
This commit is contained in:
@@ -487,6 +487,7 @@ class Connection(ConnectionBase):
|
||||
match = regex.search(response)
|
||||
if match:
|
||||
errored_response = response
|
||||
self._matched_pattern = regex.pattern
|
||||
self._matched_prompt = match.group()
|
||||
break
|
||||
|
||||
|
||||
Reference in New Issue
Block a user