meta: ensure NpmSpec is used for specifying collection dependencies

This commit is contained in:
2026-02-10 20:42:48 +01:00
parent c28194c9f7
commit 7e0f7ba65a

View File

@@ -6,10 +6,11 @@ authors:
- transcaffeine <transcaffeine@finally.coffee>
description: Various ansible roles useful for automating infrastructure
dependencies:
"community.general": "^11.0.0"
"community.crypto": "^3.0.3"
"community.docker": "^4.7.0"
"containers.podman": "^1.16.0"
"community.general": ">=11.0.0"
"community.crypto": ">=3.0.3"
"community.docker": ">=4.7.0"
"containers.podman": ">=1.16.0"
"finallycoffee.base": ">=0.3.0"
license_file: LICENSE.md
build_ignore:
- '*.tar.gz'