From e19ab991075475ae93bd20c2f289cea4dad70f33 Mon Sep 17 00:00:00 2001 From: transcaffeine Date: Sun, 27 Apr 2025 18:51:42 +0200 Subject: [PATCH] meta: bump collection version to 0.1.8, require community.docker@^4.4.0, community.general@^10.0.0 --- galaxy.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/galaxy.yml b/galaxy.yml index 8493116..6a921a3 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,12 +1,13 @@ namespace: finallycoffee name: matrix -version: "0.1.7" +version: "0.1.8" readme: README.md authors: - transcaffeine description: Various matrix-related ansible roles dependencies: - "community.docker": "^3.4.0" + "community.docker": "^4.4.0" + "community.general": "^10.0.0" license_file: LICENSE.md build_ignore: - '*.tar.gz'