community.general/lib/ansible/plugins/terminal
bdowling d59bba4652 Fixes prompt doubling issue that impacted missing ios enable password prompts. (#33794)
* Fixes a prompt doubling issue that impacted missing ios enable password prompts.

Due to get_prompt sending a '\n' the prompts became doubled and out-of-sync with what
was expected.  This caused the enable command prompts to be missed.
Also added verification that on_become succeeded to reach enable prompt.

* Moved prompt doubling comment per shippable
2017-12-15 11:31:28 -05:00
..
__init__.py Fixes prompt doubling issue that impacted missing ios enable password prompts. (#33794) 2017-12-15 11:31:28 -05:00
aireos.py
aruba.py Added regex to recognize prompt (#31947) 2017-10-23 19:34:10 +05:30
asa.py Auth to become (#33319) 2017-11-28 16:28:58 -05:00
bigip.py Adds a tmsh command fallback (#33592) 2017-12-05 13:03:16 -08:00
ce.py
dellos6.py Auth to become (#33319) 2017-11-28 16:28:58 -05:00
dellos9.py Auth to become (#33319) 2017-11-28 16:28:58 -05:00
dellos10.py Auth to become (#33319) 2017-11-28 16:28:58 -05:00
enos.py Auth to become (#33319) 2017-11-28 16:28:58 -05:00
eos.py Auth to become (#33319) 2017-11-28 16:28:58 -05:00
ios.py Fixes prompt doubling issue that impacted missing ios enable password prompts. (#33794) 2017-12-15 11:31:28 -05:00
iosxr.py
ironware.py Auth to become (#33319) 2017-11-28 16:28:58 -05:00
junos.py Connection plugins network_cli and netconf (#32521) 2017-11-09 15:04:40 -05:00
mlnxos.py Adding network_cli support in mlnxos (and removing provider) (#33511) 2017-12-06 14:22:15 +00:00
nxos.py Fix nxos terminal regex to parse xml response (#31283) 2017-10-05 15:32:43 +05:30
sros.py updates the prompt regexp for prompt handling in sros (#28015) 2017-08-10 12:59:49 -04:00
vyos.py