From 49bb20a3aedee99dc3d3f1555fb3dc77cdbef7e9 Mon Sep 17 00:00:00 2001 From: William Astorga Date: Mon, 7 Feb 2022 17:15:27 -0600 Subject: [PATCH] Update README --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2fc8a973aa..26853a412f 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,8 @@ Other versions of this collection have support for previous Cisco DNA Center ver | Cisco DNA Center version | Ansible "cisco.dnac" version | Python "dnacentersdk" version | |--------------------------|------------------------------|-------------------------------| | 2.1.1 | 3.0.0 | 2.2.5 | -| 2.2.2.3 | 3.2.3 | 2.3.3 | -| 2.2.3.3 | 5.0.0 | 2.4.5 | +| 2.2.2.3 | 3.3.0 | 2.3.3 | +| 2.2.3.3 | 5.1.0 | 2.4.5 | *Notes*: @@ -25,16 +25,16 @@ Other versions of this collection have support for previous Cisco DNA Center ver ## Installing according to Compatibility Matrix -For example, for Cisco DNA Center 2.2.2.3, it is recommended to use Ansible "cisco.dnac" v3.2.3 and Python "dnacentersdk" v2.3.3. +For example, for Cisco DNA Center 2.2.2.3, it is recommended to use Ansible "cisco.dnac" v3.3.0 and Python "dnacentersdk" v2.3.3. To get the Python DNA Center SDK v2.3.3 in a fresh development environment: ``` sudo pip install dnacentersdk==2.3.3 ``` -To get the Ansible collection v3.2.3 in a fresh development environment: +To get the Ansible collection v3.3.0 in a fresh development environment: ``` -ansible-galaxy collection install cisco.dnac:3.2.3 +ansible-galaxy collection install cisco.dnac:3.3.0 ``` ## Requirements