diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-26 04:06:02 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-26 04:06:02 +0000 |
commit | e3eb94c23206603103f3c4faec6c227f59a1544c (patch) | |
tree | f2639459807ba88f55fc9c54d745bd7075d7f15c /ansible_collections/cisco/mso/README.md | |
parent | Releasing progress-linux version 9.4.0+dfsg-1~progress7.99u1. (diff) | |
download | ansible-e3eb94c23206603103f3c4faec6c227f59a1544c.tar.xz ansible-e3eb94c23206603103f3c4faec6c227f59a1544c.zip |
Merging upstream version 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+). |