mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-06-02 14:27:08 +00: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. |
||
|---|---|---|
| .. | ||
| action | ||
| cache | ||
| callback | ||
| cliconf | ||
| connection | ||
| filter | ||
| inventory | ||
| lookup | ||
| netconf | ||
| shell | ||
| strategy | ||
| terminal | ||
| test | ||
| vars | ||
| __init__.py | ||
| loader.py | ||