1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/lib/ansible/plugins
Ganesh Nalawade 311918828f
Fix double prompt issue in network_cli (#35439)
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.
2018-01-31 11:43:08 +05:30
..
action Add transfer checksum verification in copy module (#35367) 2018-01-26 10:48:08 -06:00
cache add inventory caching & use in virtualbox inventory plugin (#34510) 2018-01-22 19:33:14 -05:00
callback Python 2.6 str.format() compatibility fixes. 2018-01-10 14:08:11 -08:00
cliconf Fix edit_config multiline commands on IOS (#35375) 2018-01-29 12:03:25 +01:00
connection Fix debug logs failing with persistent connection (#33049) 2018-01-25 02:48:45 +05:30
filter Added +1 to the end in random filter so that it was inclusive (#27215) 2018-01-26 11:36:44 -06:00
inventory [cloud] snake_case hostvars in aws_ec2 inventory plugin (#35306) 2018-01-26 15:10:45 -05:00
lookup refactors nios api shared code to handle provider better (#35393) 2018-01-27 08:03:06 -05:00
netconf exposes rpc method to plugin (#35507) 2018-01-30 12:27:48 -05:00
shell Move module_set_locale and module_lang back to global 2018-01-22 18:38:15 -08:00
strategy Fix triggering parent's always with run_once set (#35464) 2018-01-30 13:16:19 +01:00
terminal Fix double prompt issue in network_cli (#35439) 2018-01-31 11:43:08 +05:30
test Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05:00
vars Scan group_vars/host_vars in sorted order 2017-11-20 21:57:42 -05:00
__init__.py fixed up get_options in AnsiblePlugin to use the correct plugin name 2017-11-22 15:35:31 -05:00
loader.py Implement plugin filtering 2018-01-22 16:54:53 -08:00