ansible/changelogs/fragments/ios_terminal_regex_fix.yaml
Ganesh Nalawade 94d40c8515
Fix ios and iosxr terminal prompt regex (#39063) (#39089)
Fixes #38732

Make matching leading newline for cli prompt
optional as there are cases when returned repsonse
for ios/iosx remote host doesn't have newline before
cli prompt.
(cherry picked from commit eebfa66c2b)
2018-04-20 23:49:19 +05:30

2 lines
No EOL
99 B
YAML

bugfixes:
- Fix ios and iosxr terminal prompt regex (https://github.com/ansible/ansible/pull/39063)