mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-11 10:54:02 -07:00
Fixes #33993 In current implementation while trying to fetch the current cli prompt terminal plugin executes `\r` on remote host. This causes if command execution results in a prompt for example executing `enable` command results in `Password:` prompt there by executing `\r` on password prompt which is not intended. To fix it while fetching current prompt from terminal plugin use `get_prompt()` api in network_cli that returns the latest matched prompt instead of unnecessary executing `\r` on remote host. |
||
---|---|---|
.. | ||
__init__.py | ||
aireos.py | ||
aruba.py | ||
asa.py | ||
bigip.py | ||
ce.py | ||
dellos6.py | ||
dellos9.py | ||
dellos10.py | ||
enos.py | ||
eos.py | ||
ios.py | ||
iosxr.py | ||
ironware.py | ||
junos.py | ||
nxos.py | ||
onyx.py | ||
sros.py | ||
vyos.py |