cli_config, not net_config (#42903)

This commit is contained in:
John R Barker 2018-07-17 10:18:23 -07:00 committed by GitHub
parent 1900635409
commit 5bcdf4f204
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -77,12 +77,12 @@ Network
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
=======
* New ``net_config`` module
* New ``cli_config`` module
* New ``cli_command`` module
* Refactor ``netconf_config`` module to add additional functionality. `proposal #104 <https://github.com/ansible/proposals/issues/104>`_