diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-18 05:52:35 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-18 05:52:35 +0000 |
commit | 7fec0b69a082aaeec72fee0612766aa42f6b1b4d (patch) | |
tree | efb569b86ca4da888717f5433e757145fa322e08 /ansible_collections/cisco/aci/MANIFEST.json | |
parent | Releasing progress-linux version 7.7.0+dfsg-3~progress7.99u1. (diff) | |
download | ansible-7fec0b69a082aaeec72fee0612766aa42f6b1b4d.tar.xz ansible-7fec0b69a082aaeec72fee0612766aa42f6b1b4d.zip |
Merging upstream version 9.4.0+dfsg.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'ansible_collections/cisco/aci/MANIFEST.json')
-rw-r--r-- | ansible_collections/cisco/aci/MANIFEST.json | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/ansible_collections/cisco/aci/MANIFEST.json b/ansible_collections/cisco/aci/MANIFEST.json index 2e43ac5e6..f326a92fb 100644 --- a/ansible_collections/cisco/aci/MANIFEST.json +++ b/ansible_collections/cisco/aci/MANIFEST.json @@ -2,7 +2,7 @@ "collection_info": { "namespace": "cisco", "name": "aci", - "version": "2.6.0", + "version": "2.8.0", "authors": [ "Dag Wieers (@dagwieers) <dag@wieers.com>", "Swetha Chunduri (@schunduri)", @@ -28,7 +28,9 @@ "description": "Ansible Modules for Cisco ACI", "license": [], "license_file": "LICENSE", - "dependencies": {}, + "dependencies": { + "ansible.netcommon": "*" + }, "repository": "https://github.com/CiscoDevNet/ansible-aci", "documentation": "https://docs.ansible.com/ansible/latest/scenario_guides/guide_aci.html", "homepage": "https://github.com/CiscoDevNet/ansible-aci", @@ -38,7 +40,7 @@ "name": "FILES.json", "ftype": "file", "chksum_type": "sha256", - "chksum_sha256": "7ddfe44411d58631ea3cb85958389cae33da23590ad0bfa512f32b13efefb32a", + "chksum_sha256": "0c3eb373bfc6269787c650369f02ac533918bab3cdc51c3bf65c4e6de2114714", "format": 1 }, "format": 1 |