community.general/lib/ansible/plugins/action
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
..
__init__.py decelerate! (#30160) 2017-09-16 23:35:50 -04:00
add_host.py
aireos.py Fix unwanted deprecation message in network module args (#28984) 2017-09-12 13:00:01 +02:00
aireos_config.py
aruba.py Fix unwanted deprecation message in network module args (#28984) 2017-09-12 13:00:01 +02:00
aruba_config.py Adding aruba_config module (#27130) 2017-08-01 11:44:26 -06:00
asa.py Fix import error. Was pointing to the wrong module (#30293) 2017-09-14 10:24:28 -07:00
asa_config.py Fixes for broken asa_config module (#27218) 2017-08-11 11:42:42 -04:00
asa_template.py
assemble.py
assert.py
ce.py Fix unwanted deprecation message in network module args (#28984) 2017-09-12 13:00:01 +02:00
ce_config.py
ce_template.py
copy.py Enforce `state='file'` in `copy` module 2017-08-17 18:16:17 -07:00
debug.py
dellos6.py Fix Dell OS network module timeout (#30355) 2017-09-14 15:40:50 +01:00
dellos6_config.py
dellos9.py Fix Dell OS network module timeout (#30355) 2017-09-14 15:40:50 +01:00
dellos9_config.py
dellos10.py Fix Dell OS network module timeout (#30355) 2017-09-14 15:40:50 +01:00
dellos10_config.py
eos.py Allow delegate_to if transport is not cli (#29945) 2017-09-12 21:34:13 +05:30
eos_config.py
fail.py
fetch.py
fortios_config.py Convert the src entry to a templated entry. (#24026) 2017-08-01 11:19:08 -06:00
group_by.py
include_vars.py removed debug print 2017-08-07 20:44:35 -04:00
ios.py Fix unwanted deprecation message in network module args (#28984) 2017-09-12 13:00:01 +02:00
ios_config.py
iosxr.py Fix unwanted deprecation message in network module args (#28984) 2017-09-12 13:00:01 +02:00
iosxr_config.py
junos.py Fix unwanted deprecation message in network module args (#28984) 2017-09-12 13:00:01 +02:00
junos_config.py Ensure proper conversion while backing up of junos config (#28958) 2017-09-04 20:12:11 +05:30
net_banner.py
net_base.py Raise an error if ansible_network_os is not specified (#30429) 2017-09-15 13:56:05 -04:00
net_config.py
net_interface.py
net_l2_interface.py
net_l3_interface.py
net_linkagg.py
net_lldp.py
net_lldp_interface.py
net_logging.py
net_ping.py Net Ping: Add new action plugin for *_ping network modules (#28558) 2017-08-29 13:28:58 -04:00
net_static_route.py
net_system.py
net_user.py
net_vlan.py
net_vrf.py
netconf_config.py
normal.py
nxos.py Fix nxos provider transport warning issue (#30610) 2017-09-22 10:32:25 +05:30
nxos_config.py
ops_config.py
package.py
patch.py
pause.py
raw.py
script.py
service.py
set_fact.py Add set_fact_persistent action and module. (#26153) 2017-08-02 15:57:58 -04:00
set_stats.py
sros.py Fix unwanted deprecation message in network module args (#28984) 2017-09-12 13:00:01 +02:00
sros_config.py
synchronize.py synchronize: Use private_key and ssh_user with delegate_to (Fixes #16215) (#21686) 2017-08-24 21:09:15 -04:00
telnet.py update telnet module (#28100) 2017-08-11 23:50:01 -04:00
template.py Optimize template (#28044) 2017-08-11 17:50:49 -07:00
unarchive.py
vyos.py Fix unwanted deprecation message in network module args (#28984) 2017-09-12 13:00:01 +02:00
vyos_config.py
wait_for_connection.py Bugfix to check-mode and async support, and features (#28448) 2017-08-29 14:44:50 -07:00
win_copy.py win_copy: changes that were missed (#28533) 2017-08-22 23:23:07 -04:00
win_reboot.py win_reboot: Use more conforming parameter names (#26466) 2017-08-29 19:08:12 -07:00
win_template.py