diff options
Diffstat (limited to 'ansible_collections/microsoft/ad/MANIFEST.json')
-rw-r--r-- | ansible_collections/microsoft/ad/MANIFEST.json | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/ansible_collections/microsoft/ad/MANIFEST.json b/ansible_collections/microsoft/ad/MANIFEST.json new file mode 100644 index 000000000..6bf9c8e98 --- /dev/null +++ b/ansible_collections/microsoft/ad/MANIFEST.json @@ -0,0 +1,32 @@ +{ + "collection_info": { + "namespace": "microsoft", + "name": "ad", + "version": "1.2.0", + "authors": [ + "Jordan Borean @jborean93", + "Matt Davis @nitzmahone" + ], + "readme": "README.md", + "tags": [ + "active_directory", + "windows" + ], + "description": "Ansible collection for Active Directory management\n", + "license": [], + "license_file": "COPYING", + "dependencies": {}, + "repository": "https://github.com/ansible-collections/microsoft.ad", + "documentation": "https://docs.ansible.com/ansible/devel/collections/microsoft/ad", + "homepage": "https://github.com/ansible-collections/microsoft.ad", + "issues": "https://github.com/ansible-collections/microsoft.ad/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc" + }, + "file_manifest_file": { + "name": "FILES.json", + "ftype": "file", + "chksum_type": "sha256", + "chksum_sha256": "48f8bf20d14aee4afc464d2b0f6937fdf921a633aeb35294baa728d08ba7d2d2", + "format": 1 + }, + "format": 1 +}
\ No newline at end of file |