From a9c66729dd0936f93e80bef99febb804960b360c Mon Sep 17 00:00:00 2001 From: transcaffeine Date: Wed, 4 Feb 2026 11:01:14 +0100 Subject: [PATCH] fix(galaxy): use correct NpmSpec in dependency requirements --- galaxy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/galaxy.yml b/galaxy.yml index 9598a4d..1f59cc3 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -8,9 +8,9 @@ description: >-2 Roles for base services which are core functionality like managing packages and ssh or common dependencies other services like databases dependencies: - "community.docker": "^4.7.0" - "community.general": "^11.1.2" - "containers.podman": "^1.17.0" + "community.docker": ">=4.7.0" + "community.general": ">=11.1.2" + "containers.podman": ">=1.17.0" license_file: LICENSE.md build_ignore: - '*.tar.gz'