fix(galaxy): use correct NpmSpec in dependency requirements

This commit is contained in:
2026-02-04 11:01:14 +01:00
parent f0f7c05564
commit a9c66729dd

View File

@@ -8,9 +8,9 @@ description: >-2
Roles for base services which are core functionality like managing packages Roles for base services which are core functionality like managing packages
and ssh or common dependencies other services like databases and ssh or common dependencies other services like databases
dependencies: dependencies:
"community.docker": "^4.7.0" "community.docker": ">=4.7.0"
"community.general": "^11.1.2" "community.general": ">=11.1.2"
"containers.podman": "^1.17.0" "containers.podman": ">=1.17.0"
license_file: LICENSE.md license_file: LICENSE.md
build_ignore: build_ignore:
- '*.tar.gz' - '*.tar.gz'