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 d72eb08902 Fix nxos provider transport warning issue (#30610)
* Fix nxos provider transport warning issue

*  Add default value of transport arg in provider spec
*  Remove default value if transport arg in top level spec
   This ensure deprecation warning is seen only in case transport
   is given as a top level arg in task
*  Refactor nxos modules to reference transport value from provider
   spec

* Fix unit test

* Remove transport arg assignment in nxos action plugin

* As assigning transport value is handled in provider spec
  top level task arg assignment is no longer required
2017-09-22 10:32:25 +05:30
..
action Fix nxos provider transport warning issue (#30610) 2017-09-22 10:32:25 +05:30
cache Enable more pylint rules and fix reported issues. (#30539) 2017-09-18 23:20:32 -07:00
callback More PEP8 fixes 2017-09-21 05:16:49 +02:00
cliconf Miscellaneous pylint fixes. 2017-09-13 01:53:08 -07:00
connection Enable more pylint rules and fix reported issues. (#30539) 2017-09-18 23:20:32 -07:00
filter Use safe_load to load yaml 2017-09-14 11:19:00 -07:00
inventory Fix python3 and nonascii handling in inventory plugins 2017-09-20 19:39:15 -07:00
lookup fixed credstash docs 2017-09-20 20:52:52 -04:00
netconf Add support for netconf network discovery (#25435) 2017-06-28 11:07:38 +05:30
shell fixed become to show the stdout and stderr streams instead of the StreamReader (#30254) 2017-09-13 17:35:12 +10:00
strategy Enable more pylint rules and fix reported issues. (#30539) 2017-09-18 23:20:32 -07:00
terminal Add _ and . to regex (#30396) 2017-09-18 14:59:11 +05:30
test better backwards compat handling of status 2017-07-05 21:44:00 -04:00
vars Port ansible doc for plugins to use DOCUMENTATION variables 2017-09-11 18:34:09 -07:00
__init__.py allow config for callbaks and some fixes 2017-09-11 14:00:01 -07:00
loader.py Enable more pylint rules and fix reported issues. (#30539) 2017-09-18 23:20:32 -07:00