diff options
Diffstat (limited to 'ansible_collections/cisco/aci/MANIFEST.json')
-rw-r--r-- | ansible_collections/cisco/aci/MANIFEST.json | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/ansible_collections/cisco/aci/MANIFEST.json b/ansible_collections/cisco/aci/MANIFEST.json new file mode 100644 index 000000000..2e43ac5e6 --- /dev/null +++ b/ansible_collections/cisco/aci/MANIFEST.json @@ -0,0 +1,45 @@ +{ + "collection_info": { + "namespace": "cisco", + "name": "aci", + "version": "2.6.0", + "authors": [ + "Dag Wieers (@dagwieers) <dag@wieers.com>", + "Swetha Chunduri (@schunduri)", + "Jacob McGill (@jmcgill298)", + "Rob Huelga (@RobW3LGA)", + "Bruno Calogero <brunocalogero@hotmail.com>", + "Simon Metzger <smnmtzgr@gmail.com>", + "Tim Knipper <tim.knipper@gmail.com>", + "Apoorva Gururaja (@aciguru)", + "Devarshi Shah (@devarshishah3)", + "Ramses Smeyers (@rsmeyers)", + "Lionel Hercot (@lhercot) <lhercot@cisco.com>" + ], + "readme": "README.md", + "tags": [ + "cisco", + "aci", + "cloud", + "collection", + "networking", + "sdn" + ], + "description": "Ansible Modules for Cisco ACI", + "license": [], + "license_file": "LICENSE", + "dependencies": {}, + "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", + "issues": "https://github.com/CiscoDevNet/ansible-aci/issues" + }, + "file_manifest_file": { + "name": "FILES.json", + "ftype": "file", + "chksum_type": "sha256", + "chksum_sha256": "7ddfe44411d58631ea3cb85958389cae33da23590ad0bfa512f32b13efefb32a", + "format": 1 + }, + "format": 1 +}
\ No newline at end of file |