mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
cli_config, not net_config (#42903)
This commit is contained in:
parent
1900635409
commit
5bcdf4f204
1 changed files with 2 additions and 2 deletions
|
@ -77,12 +77,12 @@ Network
|
||||||
General
|
General
|
||||||
=======
|
=======
|
||||||
|
|
||||||
* Refactor the apis in cliconf and netconf plugins so that they have a uniform signature across supported network platforms.
|
* Refactor the APIs in cliconf and netconf plugins so that they have a uniform signature across supported network platforms.
|
||||||
|
|
||||||
Modules
|
Modules
|
||||||
=======
|
=======
|
||||||
|
|
||||||
* New ``net_config`` module
|
* New ``cli_config`` module
|
||||||
* New ``cli_command`` module
|
* New ``cli_command`` module
|
||||||
* Refactor ``netconf_config`` module to add additional functionality. `proposal #104 <https://github.com/ansible/proposals/issues/104>`_
|
* Refactor ``netconf_config`` module to add additional functionality. `proposal #104 <https://github.com/ansible/proposals/issues/104>`_
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue