mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Warn on provider with network_cli (#33355)
* Warn on `provider` with network_cli also unify action plugins * Add to porting guide about connection warnings
This commit is contained in:
@@ -139,3 +139,10 @@ Will result in:
|
||||
[DEPRECATION WARNING]: Param 'host' is deprecated. See the module docs for more information. This feature will be removed in version 2.9.
|
||||
Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.
|
||||
|
||||
Notice when using provider dictionary with new persistent connection types
|
||||
--------------------------------------------------------------------------
|
||||
|
||||
Using a provider dictionary with one of the new persistent connection types for networking
|
||||
(network_cli, netconf, etc.) will result in a warning. When using these connections
|
||||
the standard Ansible infrastructure for controlling connections should be used.
|
||||
(Link to basic inventory documentation?)
|
||||
|
||||
Reference in New Issue
Block a user