diff options
Diffstat (limited to 'ansible_collections/community/routeros/MANIFEST.json')
-rw-r--r-- | ansible_collections/community/routeros/MANIFEST.json | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/ansible_collections/community/routeros/MANIFEST.json b/ansible_collections/community/routeros/MANIFEST.json new file mode 100644 index 000000000..c5afc614b --- /dev/null +++ b/ansible_collections/community/routeros/MANIFEST.json @@ -0,0 +1,38 @@ +{ + "collection_info": { + "namespace": "community", + "name": "routeros", + "version": "2.8.2", + "authors": [ + "Egor Zaitsev (github.com/heuels)", + "Nikolay Dachev (github.com/NikolayDachev)", + "Felix Fontein (github.com/felixfontein)" + ], + "readme": "README.md", + "tags": [ + "network", + "mikrotik", + "routeros" + ], + "description": "Modules for MikroTik RouterOS", + "license": [ + "GPL-3.0-or-later" + ], + "license_file": null, + "dependencies": { + "ansible.netcommon": ">=1.0.0" + }, + "repository": "https://github.com/ansible-collections/community.routeros", + "documentation": "https://docs.ansible.com/ansible/devel/collections/community/routeros/", + "homepage": "https://github.com/ansible-collections/community.routeros", + "issues": "https://github.com/ansible-collections/community.routeros/issues" + }, + "file_manifest_file": { + "name": "FILES.json", + "ftype": "file", + "chksum_type": "sha256", + "chksum_sha256": "fa74768aa74fe395b07ca0059809ecea66739b21107d3a9e7ce2c81a45393211", + "format": 1 + }, + "format": 1 +}
\ No newline at end of file |