diff options
Diffstat (limited to 'ansible_collections/community/sap/MANIFEST.json')
-rw-r--r-- | ansible_collections/community/sap/MANIFEST.json | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/ansible_collections/community/sap/MANIFEST.json b/ansible_collections/community/sap/MANIFEST.json index b03f312a2..5385f2f71 100644 --- a/ansible_collections/community/sap/MANIFEST.json +++ b/ansible_collections/community/sap/MANIFEST.json @@ -2,7 +2,7 @@ "collection_info": { "namespace": "community", "name": "sap", - "version": "1.0.0", + "version": "2.0.0", "authors": [ "Rainer Leber (github.com/rainerleber)", "Robert Kraemer (github.com/rkpobe)" @@ -14,9 +14,11 @@ "description": "SAP community collection for Ansible", "license": [], "license_file": "LICENSE", - "dependencies": {}, + "dependencies": { + "community.sap_libs": ">=1.0.0" + }, "repository": "https://github.com/ansible-collections/community.sap", - "documentation": "https://github.com/ansible-collection/community.sap/tree/main/docs", + "documentation": "https://github.com/ansible-collection/community.sap", "homepage": "https://github.com/ansible-collections/community.sap", "issues": "https://github.com/ansible-collections/community.sap/issues" }, @@ -24,7 +26,7 @@ "name": "FILES.json", "ftype": "file", "chksum_type": "sha256", - "chksum_sha256": "37274fcb06645cec88067238f9d976cb36d1a807453950618d6f8537de8483bc", + "chksum_sha256": "90eb59f365d6576a46b04852a21d5998d4ad14dcbb20ae1547d5a1667dcda9d9", "format": 1 }, "format": 1 |