diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-26 04:05:56 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-26 04:05:56 +0000 |
commit | 67c6a4d1dccb62159b9d9b2dea4e2f487446e276 (patch) | |
tree | 9ccbb35137f480bbbdb899accbda52a8135d3416 /ansible_collections/cisco/mso/README.md | |
parent | Adding upstream version 9.4.0+dfsg. (diff) | |
download | ansible-67c6a4d1dccb62159b9d9b2dea4e2f487446e276.tar.xz ansible-67c6a4d1dccb62159b9d9b2dea4e2f487446e276.zip |
Adding upstream version 9.5.1+dfsg.upstream/9.5.1+dfsg
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'ansible_collections/cisco/mso/README.md')
-rw-r--r-- | ansible_collections/cisco/mso/README.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ansible_collections/cisco/mso/README.md b/ansible_collections/cisco/mso/README.md index d83eb5297..f6d08f6f9 100644 --- a/ansible_collections/cisco/mso/README.md +++ b/ansible_collections/cisco/mso/README.md @@ -10,7 +10,7 @@ Modules supporting new features introduced in MSO API in specific MSO versions m *Note: The Nexus Dashboard (ND) HTTPAPI connection plugin should be used when Cisco ACI Multi-Site is installed on Nexus Dashboard (v3.2+) or when using this collection with Nexus Dashboard Orchestrator (v3.6+).* ## Requirements -- Ansible v2.9 or newer +- Ansible v2.14 or newer ## Install Ansible must be installed @@ -46,7 +46,6 @@ Once the collection is installed, you can use it in a playbook by specifying the anp: ANP1 epg: EPG1 state: present - delegate_to: localhost ``` You can also use the MSO HTTPAPI connection plugin by setting the following variables in your inventory file (cisco.mso collection v1.2+). |