From 5a8347a77ddc2486bd05f232429230804f9a177e Mon Sep 17 00:00:00 2001 From: L3D Date: Mon, 11 Nov 2024 23:12:18 +0100 Subject: [PATCH] Update dependencies --- galaxy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/galaxy.yml b/galaxy.yml index bf25b88..1a8018f 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -43,7 +43,7 @@ tags: # L(specifiers,https://python-semanticversion.readthedocs.io/en/latest/#requirement-specification). Multiple version # range specifiers can be set and are separated by ',' dependencies: - "community.general": ">=9.4.0" + "community.general": ">=10.0.0,<11.0.0" # The URL of the originating SCM repository repository: https://github.com/roles-ansible/ansible_collection_linux.git