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 c0326aea2f
Fix cli_command multiple prompt issue (#44922)
* Add check in network_cli to handle all prompts

* Add check_all flag to mandatory handle all the command prompt
  in prompts list. By default if any one prompt is handled
  remaining prompts are ignored.

* Fix cli_command multiple prompt issue

* If multiple prompt and answers are given as input network_cli
  handles only the first prompt that matched by default
* If a command execution results in muliple prompt the fix
  add support to set a boolean option C(check_all) to indicate
  network_cli to wait till all the prompts and answers are processed.

* Update cli_command

* Update api doc

* Fix unit test failure

* Fix CI failure

* Update network_cli

* Fix review comment
2018-08-31 20:04:12 +05:30
..
action Ensure action plugins accept only valid args (#44779) 2018-08-30 09:40:36 -04:00
cache Do not try to import simplejson in jsonfile.py (#40983) 2018-06-01 11:24:57 -07:00
callback Bugfixes and integration tests for 'default' callback plugin 2018-08-15 07:56:17 -07:00
cliconf Fix cli_command multiple prompt issue (#44922) 2018-08-31 20:04:12 +05:30
connection Fix cli_command multiple prompt issue (#44922) 2018-08-31 20:04:12 +05:30
filter adding an option for the filter ipsubnet and testing (#40670) 2018-08-30 13:21:22 +01:00
httpapi cisco firepower : Make API endpoints configurable via hostvars (#44952) 2018-08-31 18:38:16 +05:30
inventory initial commit of azure_rm inventory plugin (#44944) 2018-08-31 01:33:23 -07:00
lookup Add ability to unlock 1Password vault to lookup plugins (#44923) 2018-08-30 16:24:06 -04:00
netconf Fix netconf_config module default_operation issue (#44958) 2018-08-31 16:33:34 +05:30
shell windows async: return pipeline output in case of a failure (#44807) 2018-08-29 16:13:31 +02:00
strategy Change insertion order of apply block to not affect the include_X task itself (#44912) 2018-08-30 16:56:28 -04:00
terminal new module exos_config (#43902) 2018-08-15 14:56:50 -07:00
test Added an async 'started' test (like 'finished') (#43445) 2018-08-24 01:29:34 +02:00
vars Allow loading dirs from role defaults/vars (#36357) 2018-04-10 17:14:38 -04:00
__init__.py inventory plugins: add test about config API usage (#41888) 2018-07-19 10:45:45 -07:00
loader.py Catch exceptions when importing plugins, and display an appropriate warning. Fixes #43237 (#43501) 2018-07-31 16:00:04 -05:00