PR comments resolved

This commit is contained in:
shashik 2019-07-25 11:06:42 +05:30
parent 036d137411
commit fb348caee3
3 changed files with 2 additions and 5 deletions

View file

@ -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
====================

View file

@ -49,8 +49,6 @@ Settings by Platform
+-------------------+-------------------------+-------------+---------+---------+----------+
| Cisco IOS XR* | ``iosxr`` | ✓ | | | ✓ |
+-------------------+-------------------------+-------------+---------+---------+----------+
| Cisco IOS XR* | ``iosxr`` | ✓ | | | ✓ |
+-------------------+-------------------------+-------------+---------+---------+----------+
| Cisco NX-OS* | ``nxos`` | ✓ | | ✓ | ✓ |
+-------------------+-------------------------+-------------+---------+---------+----------+
| Dell OS6 | ``dellos6`` | ✓ | | | ✓ |

View file

@ -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"
"""