mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
Deprecate nxos_switchport and Add nxos_l2_interface DI module (#33813)
* Deprecate nxos_switchport Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * Add nxos_l2_interface DI module Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * pep8 fixes * aggregate test for nxos_l2_interface Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * revert nxos_switchport test change * gundalow's comment Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
This commit is contained in:
parent
e9a5ff912a
commit
9d2182bcf8
16 changed files with 869 additions and 7 deletions
|
@ -81,6 +81,7 @@ The following modules will be removed in Ansible 2.9. Please update update your
|
|||
* :ref:`fixme <fixme>`
|
||||
* :ref:`nxos_ip_interface <nxos_ip_interface>` use :ref:`nxos_l3_interface <nxos_l3_interface>` instead.
|
||||
* :ref:`nxos_portchannel <nxos_portchannel>` use :ref:`nxos_linkagg <nxos_linkagg>` instead.
|
||||
* :ref:`nxos_switchport <nxos_switchport>` use :ref:`nxos_l2_interface <nxos_l2_interface>` instead.
|
||||
|
||||
Noteworthy module changes
|
||||
-------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue