diff options
Diffstat (limited to 'ansible_collections/community/mysql/MANIFEST.json')
-rw-r--r-- | ansible_collections/community/mysql/MANIFEST.json | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/ansible_collections/community/mysql/MANIFEST.json b/ansible_collections/community/mysql/MANIFEST.json new file mode 100644 index 00000000..e19e466f --- /dev/null +++ b/ansible_collections/community/mysql/MANIFEST.json @@ -0,0 +1,32 @@ +{ + "collection_info": { + "namespace": "community", + "name": "mysql", + "version": "3.6.0", + "authors": [ + "Ansible community" + ], + "readme": "README.md", + "tags": [ + "database", + "mysql", + "mariadb" + ], + "description": "MySQL collection for Ansible", + "license": [], + "license_file": "COPYING", + "dependencies": {}, + "repository": "https://github.com/ansible-collections/community.mysql", + "documentation": "https://github.com/ansible-collections/community.mysql", + "homepage": "https://github.com/ansible-collections/community.mysql", + "issues": "https://github.com/ansible-collections/community.mysql/issues" + }, + "file_manifest_file": { + "name": "FILES.json", + "ftype": "file", + "chksum_type": "sha256", + "chksum_sha256": "db95727210039656bee584d453ffada92ce5eadc4589448f7b5f018fca2cc890", + "format": 1 + }, + "format": 1 +}
\ No newline at end of file |