diff --git a/docs/docsite/rst/network/user_guide/platform_icx.rst b/docs/docsite/rst/network/user_guide/platform_icx.rst index 25ef2f2b733..87a93bf7ca1 100644 --- a/docs/docsite/rst/network/user_guide/platform_icx.rst +++ b/docs/docsite/rst/network/user_guide/platform_icx.rst @@ -32,7 +32,6 @@ Connections Available | **Returned Data Format** | ``stdout[0].`` | +---------------------------+-----------------------------------------------+ -For legacy playbooks, ICX still supports ``ansible_connection: local``. We recommend modernizing to use ``ansible_connection: network_cli`` as soon as possible. Using CLI in Ansible ==================== diff --git a/docs/docsite/rst/network/user_guide/platform_index.rst b/docs/docsite/rst/network/user_guide/platform_index.rst index 33dff464741..563fd69a118 100644 --- a/docs/docsite/rst/network/user_guide/platform_index.rst +++ b/docs/docsite/rst/network/user_guide/platform_index.rst @@ -49,8 +49,6 @@ Settings by Platform +-------------------+-------------------------+-------------+---------+---------+----------+ | Cisco IOS XR* | ``iosxr`` | ✓ | | | ✓ | +-------------------+-------------------------+-------------+---------+---------+----------+ -| Cisco IOS XR* | ``iosxr`` | ✓ | | | ✓ | -+-------------------+-------------------------+-------------+---------+---------+----------+ | Cisco NX-OS* | ``nxos`` | ✓ | | ✓ | ✓ | +-------------------+-------------------------+-------------+---------+---------+----------+ | Dell OS6 | ``dellos6`` | ✓ | | | ✓ | diff --git a/lib/ansible/plugins/cliconf/icx.py b/lib/ansible/plugins/cliconf/icx.py index 578073153ad..722388b1c15 100644 --- a/lib/ansible/plugins/cliconf/icx.py +++ b/lib/ansible/plugins/cliconf/icx.py @@ -8,9 +8,9 @@ DOCUMENTATION = """ --- author: Ruckus Wireless (@Commscope) cliconf: icx -short_description: Use icx cliconf to run command on Cisco ICX platform +short_description: Use icx cliconf to run command on Ruckus ICX platform description: - - This icx plugin provides low level abstraction apis for + - This icx plugin provides low level abstraction APIs for sending and receiving CLI commands from Ruckus ICX network devices. version_added: "2.9" """