diff options
Diffstat (limited to 'ansible_collections/community/network/MANIFEST.json')
-rw-r--r-- | ansible_collections/community/network/MANIFEST.json | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/ansible_collections/community/network/MANIFEST.json b/ansible_collections/community/network/MANIFEST.json new file mode 100644 index 000000000..456b504c9 --- /dev/null +++ b/ansible_collections/community/network/MANIFEST.json @@ -0,0 +1,33 @@ +{ + "collection_info": { + "namespace": "community", + "name": "network", + "version": "5.0.0", + "authors": [ + "Ansible (https://github.com/ansible)" + ], + "readme": "README.md", + "tags": [ + "community", + "network" + ], + "description": null, + "license": [], + "license_file": "COPYING", + "dependencies": { + "ansible.netcommon": ">=1.0.0" + }, + "repository": "https://github.com/ansible-collections/community.network", + "documentation": "https://docs.ansible.com/ansible/latest/collections/community/network/", + "homepage": "https://github.com/ansible-collections/community.network", + "issues": "https://github.com/ansible-collections/community.network/issues" + }, + "file_manifest_file": { + "name": "FILES.json", + "ftype": "file", + "chksum_type": "sha256", + "chksum_sha256": "d0b93eb8ff82dcc20fb4891b04d94b93e058cca10642fc04c5b40bc8092004a2", + "format": 1 + }, + "format": 1 +}
\ No newline at end of file |