You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/lib/ansible
Ganesh Nalawade 8472a53bea Add prompt check in action plugin for network platform (#32787)
* Add prompt check in action plugin for network platform

In case of ignore_errors for a wrong configuration
the prompt is left in configuration mode and moved to
next task, if the next taks requires prompt to be
in operational state it results in failure.
Hence add a check to ensure right prompt at start of
each task run.

* Add prompt check in action plugin for network platform

*  In case of ignore_errors for a wrong configuration
   the prompt is left in configuration mode and moved to
   next task, if the next taks requires prompt to be
   in operational state it results in failure.
*  Hence add a check to ensure right prompt at start of
   each task run.
*  Fix CI issue

* Fix CI issues
Fix review comment
Change iosxr exit command to abort as per review comment
7 years ago
..
cli
compat
config
errors
executor
galaxy
inventory
module_utils fix dci failure nxos (#32877) 7 years ago
modules fix mtu check nxos_interface (#32880) 7 years ago
parsing
playbook
plugins Add prompt check in action plugin for network platform (#32787) 7 years ago
template
utils Fix idempotency issue for network modules. (#32838) 7 years ago
vars
__init__.py
constants.py
release.py