mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07: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:
parent
717b6e7c1a
commit
7f90c9d1a7
8 changed files with 129 additions and 87 deletions
|
@ -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?)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue