From 0a081e14d5bdacb979346c2a19269c92ca314977 Mon Sep 17 00:00:00 2001 From: Yannis100 Date: Wed, 24 Jul 2019 17:57:34 +0200 Subject: [PATCH] Fix inconsistency nxos->ios role (#59521) Chapter "Ansible supported network roles" --- docs/docsite/rst/network/getting_started/network_roles.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/network/getting_started/network_roles.rst b/docs/docsite/rst/network/getting_started/network_roles.rst index c9331e3dff4..a0e4b8d8490 100644 --- a/docs/docsite/rst/network/getting_started/network_roles.rst +++ b/docs/docsite/rst/network/getting_started/network_roles.rst @@ -270,7 +270,7 @@ For example, to use the ``config_manager`` role with Cisco IOS devices, you woul .. code-block:: bash - [user@ansible]$ ansible-galaxy install ansible-network.cisco_nxos + [user@ansible]$ ansible-galaxy install ansible-network.cisco_ios [user@ansible]$ ansible-galaxy install ansible-network.config_manager Roles are fully documented with examples in Ansible Galaxy on the **Read Me** tab for each role.